-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Bug] char [] ZZ_CMAP is incorrect [sf#79] #81
Comments
Commented by zhangxw0325 on 2006-06-01 08:58 UTC |
Commented by lsf37 on 2006-06-02 04:50 UTC Thanks for the report, that should definitely not happen. Cheers, |
Updated by lsf37 on 2006-06-02 04:50 UTC
|
Commented by lsf37 on 2007-11-03 09:43 UTC Fixed in svn revision 266. Workaround: use the %unicode switch. |
Commented by zhangxw0325 on 2006-06-01 08:58 UTC |
Updated by lsf37 on 2007-11-03 09:43 UTC
|
Updated by lsf37 on 2008-05-27 11:46 UTC
|
Reported by zhangxw0325 on 2006-06-01 08:58 UTC
codegen is incorrect:
/**
*/
private static final char [] ZZ_CMAP = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0,
0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,
4, 6, 0, 0, 31, 0, 0, 2, 38, 38, 0, 0,
0, 0, 35, 0,
0, 7, 5, 8, 0, 0, 13, 33, 26, 15, 33, 29,
33, 27, 30, 33,
33, 33, 25, 14, 18, 33, 33, 19, 33, 21, 33, 33,
33, 33, 33, 33,
0, 3, 0, 0, 32, 0, 11, 33, 23, 12, 33, 28,
33, 24, 9, 33,
33, 33, 22, 10, 16, 33, 33, 17, 33, 20, 33, 33,
33, 33, 33, 33,
36, 0, 37, 0, 0 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1,
};
Yylex.java:34: '}' expected
36, 0, 37, 0, 0 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1,
^
The text was updated successfully, but these errors were encountered: