Created
September 19, 2011 19:49
-
-
Save ingydotnet/1227402 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [[email protected]] 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