Usually the parser generators provide a wide range of libraries with the generated parsers to ensure the compatibility with the different compilers and runtime environments. Tunnel Grammar Studio is a parser generator which generates stand-alone parsers. At the end of the parsing machine compilation process there is only a C++ source code which can be compiled by a C++ compiler that supports at least the C++98 standard. The generated to a source code parsing machines are using the standard C++ library for very basic operations only, to remain with a high runtime performance and low memory requirements regardless of the particular standard library implementation.
To avoid the dependency hell, the generated parsing machines can be easily included into the clients program without the need of any static or dynamic link libraries or any third party software in their run time. No matter which compiler is used, the parsing machines generated by Tunnel Grammar Studio do not depend on them.

For more information: Tunnel Grammar Studio
At 2019 Nov 17, 16:45 GMT in news channel Versions