Skip to content

Instantly share code, notes, and snippets.

@PollRobots
Created January 20, 2013 23:02
Show Gist options
  • Select an option

  • Save PollRobots/4582432 to your computer and use it in GitHub Desktop.

Select an option

Save PollRobots/4582432 to your computer and use it in GitHub Desktop.
let g = Map.ofList [("bool", boolRule); ("paren", parenRule); ("not", notRule); ("atom", atomRule);
("and", andRule); ("or", orRule); ("expr", exprRule); ("start", startRule)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment