Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Last active August 29, 2015 14:06
Show Gist options
  • Save mattdeboard/bd1c9e3a282520806714 to your computer and use it in GitHub Desktop.
Save mattdeboard/bd1c9e3a282520806714 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
$:.unshift File.dirname(__FILE__)
$:.unshift File.expand_path("./lib")
$:.unshift File.expand_path("./lib/ebnf")
require 'ebnf'
ebnf = EBNF.parse(File.open("/opt/coffee2-mode/grammar.js.out.ebnf"))
puts ebnf.to_ebnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment