8280beb564
- Switched most symbolic signed constants to unsigned variants. Redefined EOF in particular to become (size)-1, to avoid having to use signed token type values. - Introduced INVALID_INDEX for all previous -1 values to indicate e.g. not found indexes etc. - Added 2 helpers to convert between symbolic and numeric form (mostly for intervals and toString()). - Removed many no longer needed type casts to size_t. - Updated templates for these changes. - Limited runtime tests to C++ tests only, to see how Travis CI copes with that. |
||
---|---|---|
.. | ||
resources/org/antlr/v4/test/runtime | ||
src/org/antlr/v4/testgen | ||
test/org/antlr/v4/test/runtime | ||
README.md | ||
pom.xml |
README.md
Runtime Test Suite
If you are tweaking the runtime test suite generator you can regenerate them using the following command:
mvn -Pgen generate-test-sources
This will generate the runtime test harness classes into the test
directory where they can be checked in.