Hello, I'm wondering if there are any compiler generators/parsing tools which can output COS code starting from a grammar.
I often face problems which require some basic parsing capabilities (like evaluating an expression in some language), which is very simple to do in Java or C++ with some compiler generators, there are so many! In Cache it can become impossible for me ( I'm not used any more to create parsers by hand...and I haven't enough time to spend). Any help is appreciated, I'm wondering how the CacheBasic parser has been done...by hand ? TIA Max
