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
See test_auto_projection
MAP PROJECTION AUTO END END
Could be handled with the following grammar change:
projection: "PROJECTION"i _NL* ((string _NL*)+|bare_string _NL+) _END
However this would allow any bare_string, so may be better to add a new AUTO token just for this case.
The text was updated successfully, but these errors were encountered:
Add AUTO token for #22
11b8afe
No branches or pull requests
See test_auto_projection
Could be handled with the following grammar change:
projection: "PROJECTION"i _NL* ((string _NL*)+|bare_string _NL+) _END
However this would allow any bare_string, so may be better to add a new AUTO token just for this case.
The text was updated successfully, but these errors were encountered: