Skip to content
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

GOLD grammar - terminal with sequence #36

Open
tf3pm opened this issue Feb 16, 2017 · 0 comments
Open

GOLD grammar - terminal with sequence #36

tf3pm opened this issue Feb 16, 2017 · 0 comments

Comments

@tf3pm
Copy link

tf3pm commented Feb 16, 2017

Again similar definition of GOLD grammar terminal:
Identifier = {Letter}{Digit}+
is transformed to SequenceParser with not null Separator.
Thus input "a 1" matches this terminal.

In code GoldGrammar.cs - line 218 - for every sequences (RegExp included) is Separator defined:
var seq = new SequenceParser(parsers) { Separator = sep };

Thanks,
Tomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant