Skip to content

supporting Int, Float and String cats #2

@erelsgl

Description

@erelsgl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions