blob: a3ae6a46ce30af3436fc2a42f18f7316f049b5c1 [file] [log] [blame]
The antlr4 directory contains a custom verion of the antlr4.72 C++ target
that works faster than the original (Up to 2x).
This was achieved by replacing some dynamic casting by some class type checking
(using enums)