-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for SLIF extensions #17
Comments
Would you bring the topic of separators up on the IRC channel? I'll chime in to confirm the importance of the discussion in my eyes. As for the rest, we can deal with them later. I anticipate a discussion phase once we have a good draft of the LUIF manual as its basis. |
Question about separators on IRC -- http://irclog.perlgeek.de/marpa/2015-05-03#i_10538440 |
One such "shoot yourself in the foot" extension to SLIF would be regexes instead of character classes -- these would remove the need to write an external lexer in many cases. Regexes can be passed through to the host language as is currently done with charclasses and Perl in Marpa::R2. |
Opinions on sequence separators from IRC channel Lukas Atkinson (lwa) -- http://irclog.perlgeek.de/marpa/2015-05-03#i_10539019 |
character classes added as sequence separators 4298a60 |
This is a tracker issue to list discuss LUIF support for extensions proposed to Marpa::R2 SLIF.
Some possible sources:
https://github.com/jeffreykegler/Marpa--R2/blob/master/plans/TODO.pod
The text was updated successfully, but these errors were encountered: