Skip to content

Instantly share code, notes, and snippets.

@s3u
Created June 8, 2012 23:10
Show Gist options
  • Save s3u/2898590 to your computer and use it in GitHub Desktop.
Save s3u/2898590 to your computer and use it in GitHub Desktop.
ql.io-compiler in the browser.
<script type="text/javascript" src="http://ql.io/scripts/compiler.js"></script>
<script type="text/javascript">
var plan = require('ql.io-compiler').compile('your ql.io script here');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment