miércoles, 4 de abril de 2012

Easy grammar parsing with CodeTalker

Looking at libgdx-cpp I wondered how they ported libgdx from Java to C++ so fast. The two languages have very similar syntax, but still, one would think it's still quite tedious to manually rewrite each class, thus there must be a way to translate the few differences into C++. Even if the translation is not perfect, at least it speeds up the whole process.

It seems that they were using CodeTalker. It certainly is parsing made easy, check this JSON parser!