Skip to content

0.23.11

Latest
Compare
Choose a tag to compare
@kaby76 kaby76 released this 18 Dec 14:01
27ba68e

This is a point release for the Trash Toolkit. There are only a couple of minor changes to correct some bugs.

  • Fix trgen to handle names like star.g4. The code did have a bug in considering those files as template files, e.g., st.build.sh, where the name should begin with st. to indicate that it is a template file. That error caused a cascade of problems in generating the driver.
  • Fix trgen to accept template files in the "target-specific" code directories for a file. Prior to this change, target-specific code was just copied. This is necessary to have a st.CMakeLists.txt template file so it can be instatiated with OS specific C++ compiler options, for Windows, Linux, and Mac OS. antlr/grammars-v4#4362