Page 1 of 1

Parser source?

Posted: Tue Aug 20, 2013 9:44 pm
by Lee
Hi,


It seems there are missing source files for the 1.3 parser. How long has this been the case, and when will it be fixed?

Thanks.

Re: Parser source?

Posted: Tue Aug 20, 2013 11:57 pm
by jfrazierjr
Lee wrote:Hi,


It seems there are missing source files for the 1.3 parser. How long has this been the case, and when will it be fixed?

Thanks.
Can you be more specific?

Re: Parser source?

Posted: Wed Aug 21, 2013 7:41 am
by Lee
Hi JFJ,

Checking out the parser from the repo, I immediately get about 80 errors for unresolved variables/types. The source files for ExpressionLexer, ExpressionParser and ExpressionParserTypes are missing, and the last update was around February this year.

Re: Parser source?

Posted: Wed Aug 21, 2013 12:58 pm
by jfrazierjr
Lee wrote:Hi JFJ,

Checking out the parser from the repo, I immediately get about 80 errors for unresolved variables/types. The source files for ExpressionLexer, ExpressionParser and ExpressionParserTypes are missing, and the last update was around February this year.
If I remember correctly, you need to run antler and it will build those classes from the expressions.g file (or something like that)

Re: Parser source?

Posted: Wed Aug 21, 2013 8:22 pm
by Lee
Ah, now I see it had a grammar file tucked inside the package.

Thanks for the point-out JFJ :)