Skip to content

Add in tester an example of an API that uses inheritance, with a base class...

Simon Morlat requested to merge fix/belr-build into master

Add in tester an example of an API that uses inheritance, with a base class used to represent several kind of different elements. Remove a useless usage shared_ptr<> in the Parser and Regognizers. This should increase a bit the parsing performance.

Merge request reports