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

alt! and alt_complete! don't let propagate errors #2

Open
fflorent opened this issue Apr 24, 2017 · 0 comments
Open

alt! and alt_complete! don't let propagate errors #2

fflorent opened this issue Apr 24, 2017 · 0 comments
Labels
Milestone

Comments

@fflorent
Copy link
Owner

We must dissociate errors that comes from incompatibility with parsers and syntax errors.

For example:

fortune(); // Not a for-loop
for foo in bar {}; // Invalid for-loop. Espadon should return a syntax error
@fflorent fflorent added this to the v0.1 milestone Apr 30, 2017
@fflorent fflorent added the bug label Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant