-
Notifications
You must be signed in to change notification settings - Fork 26
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
Parser glitch #2
Comments
Fixed! Turns out that the lexer used handles trailing, but not leading, whitespace. 25 maj 2014 kl. 19:39 skrev Stephan Brandauer notifications@github.com:
|
Thanks a lot! |
It's a bug in pony, I only slightly modified counter.c such that several threads send to one actor. The actor mailbox has a race that leads to a crash. We'll need Sylvain's help to fix it without hurting performance terribly.
The program
parses and compiles fine. If, however, I insert a new line or a comment before
class Main
, I get anunexpected '\n'
orunexpected '-'
error.The text was updated successfully, but these errors were encountered: