Skip to main content

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

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

 

 


Back to the top