Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created September 19, 2011 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ingydotnet/1227402 to your computer and use it in GitHub Desktop.
Save ingydotnet/1227402 to your computer and use it in GitHub Desktop.
13:50 < phenny> ingy: 14:57Z <TimToady> tell ingy that if your grammar assumes ^ $ you can never use a grammar to parse a portion of a string, such as an
embedded block in a different language
13:51 < ingy> TimToady: I'm not certain of that
13:52 < ingy> I can invoke a parse with any start rule
13:53 < ingy> which means that I can have actions that do launch entire new parses
13:53 -!- mj41 [~mj41_nby@82.100.0.58] has quit [Ping timeout: 260 seconds]
13:53 < ingy> and then put the result of the sub parse into the ast that triggered them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment