Parser for BNF
alcides opened this issue · 0 comments
alcides commented
Currently, GeneticEngine requires grammars to be defined using data classes.
The idea for this feature is to add a parser for BNF syntax (similarly to how PonyGE works) and introduce a function that takes a grammar file and generates the Object-Oriented classes dynamically.