patrickhuber / Pliant

MIT License
26 stars 4 forks source link

Bugfix/ebnf infinite recursion #94

Closed bilsaboob closed 6 years ago

bilsaboob commented 6 years ago

Fixes infinite recursion on Lex rules in the the EbnfGrammarGenerator - the alteration rule now passes the Expression instead of itself for further processing

bilsaboob commented 6 years ago

Bummer... seems I had some unwanted commit's in this one... only the "Fix infinite recursion on Lex rules in EbnfGrammarGenerator" was supposed to get into the pullrequest... I'll try with a clean copy later.