Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epsilon-dev] Re-building Epsilon grammar

Hi,

which requires modifying the lexer and parser

and the execution e engine too ;).

However the ANT builds in the org.eclipse.epsilon.eol.parse package seem to not have been updated so they don’t work.

There is an open bug[1] related to the use of antlr, perhaps you can look at this while at it if it is related. 

Cheers,


On Thu, Nov 1, 2018 at 11:38 AM Sina Madani <sinadoom@xxxxxxxxxxxxxx> wrote:

Hi everyone,

 

I’m trying to add support for lambda expressions and ternary syntax in EOL, which requires modifying the lexer and parser (currently, first-order operation expressions do not allow for parameterless lambdas). However the ANT builds in the org.eclipse.epsilon.eol.parse package seem to not have been updated so they don’t work. Does anybody know how to update these ANT tasks or if there is an alternative way to generate the grammar?

 

Thanks,

Sina

 

 

_______________________________________________
epsilon-dev mailing list
epsilon-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/epsilon-dev

Back to the top