pietervdvn / Lang

Yet another programming language
1 stars 1 forks source link

Provide way to parse rules without the whitespace between calls/regexes #2

Closed pietervdvn closed 10 years ago

pietervdvn commented 10 years ago

e.g., so that localident can be written as

localIdent ::= "[a..z]" "[a..zA..Z0..9]"

Without having to worry that the parser can parse "a a" as a single localident

pietervdvn commented 10 years ago