-
Notifications
You must be signed in to change notification settings - Fork 173
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
C++ target fixes/changes/improvements #112
Conversation
ibre5041
commented
May 15, 2013
- Some Lexer fixes (old C-target code ported to C++)
- "Run-time headers" included (and modified)
- Bugfixes
- Parser return types named (shortened)
- ST warnings removed
AST support was removed form this pull request. Can pls review and approve this set of patches? |
+1.. The changes look fine to me. |
- fixes lexer member functions - fixes fragment alias inside lexer rule
- fixes compile error on g++ in cases when the Lexer contains cyclic DFA
Remove some ST warnings when compiling the grammar These chages were inspired by the Java target
compilation cleanup)
Fixes compile error when @context contains nested class declaration.
On 06/19/2013 07:27 PM, ksgokul wrote:
thx Ivan PS: Maybe I've found a reason why C++ target is sometimes slower that |
Can you please merge this pull request? It contains only bugfixes. |
We're working on releasing ANTLR 4.1 tomorrow. I'll look into this merge either tomorrow or Monday. |
Ping |
hahah! Almost got to it this weekend. dang it. thanks for ping.
|
C++ target fixes/changes/improvements