alcides/GeneticEngine

Parser for BNF

alcides opened this issue · 0 comments

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.