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

supporting Int, Float and String cats #2

Open
erelsgl opened this issue Mar 9, 2012 · 0 comments
Open

supporting Int, Float and String cats #2

erelsgl opened this issue Mar 9, 2012 · 0 comments
Milestone

Comments

@erelsgl
Copy link

erelsgl commented Mar 9, 2012

Currently, the Java API does not support the Int, Float and String cats. For example, in this grammar:

S ::= A | B
A ::= "a"
B ::= Int

In the command line, both "a" and "123" are parsed OK;

With the Java API, "a" is parsed OK but "123" is not.

This is a major problem, as there are many useful grammars which become useless when working in Java.

How easy is it to fix this?

@ghost ghost assigned gdetrez Jun 5, 2012
@gdetrez gdetrez removed their assignment Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants