issues
search
mike-lischke
/
antlr4-c3
A grammar agnostic code completion engine for ANTLR4 based parsers
MIT License
407
stars
62
forks
source link
#132 Port remaining grammar tests to C++
#134
Closed
vityaman
closed
3 months ago
vityaman
commented
3 months ago
Ported
Whitebox
and
CPP14
grammar tests.
Found serious behavior divergence at
CPP14Test.cpp
.
Edited GitHub Workflows to run only when required.
Downgraded
C++
from
23
to
20
.
mike-lischke
commented
3 months ago
Thanks!
Whitebox
andCPP14
grammar tests.CPP14Test.cpp
.C++
from23
to20
.