Skip to content

Instantly share code, notes, and snippets.

@manveru
Created July 12, 2010 03:44
Show Gist options
  • Save manveru/472110 to your computer and use it in GitHub Desktop.
Save manveru/472110 to your computer and use it in GitHub Desktop.
require './examples/javascript'
sys: require 'sys'
p: (obj) -> sys.puts(sys.inspect(obj, false, 100))
p JSGrammar.parse('something.that(/works/)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment