Running C code from Java via VTCC
In one of our projects we transform C code via VMF & VMF-Text which is a powerful language modeling framework based on ANTLR4 grammars. It can parse and write (“unparse”) code that conforms to a specified grammar and provides a Java API for manipulating the model. In one of our …