Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
eacb977492926f73b077805a06a8016c1364d85c
/
.
/
third_party
/
README
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
)