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

support for sequences #37

Open
andreasbaumann opened this issue May 9, 2018 · 1 comment
Open

support for sequences #37

andreasbaumann opened this issue May 9, 2018 · 1 comment

Comments

@andreasbaumann
Copy link
Collaborator

rules of the form get hard to read:

Name = sequence_imm( name1 = WORD );
Name = sequence_imm( name1 = WORD, name2 = WORD );
Name = sequence_imm( name1 = WORD, name2 = WORD, name3 = WORD );
...

actually what would be nice is:

Name = sequence_imm( names[] = WORD{1,3} );

match one to 3 WORDs and accumulate the attributes as an array of strings into the attribute 'names'.

@patrickfrey
Copy link
Owner

See #41

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

2 participants