Ox language support
Posted: Fri Apr 30, 2010 10:57 am
I was wondering if you could add support for the Ox language. Ox is a statistical matrix language, a bit like Matlab, with syntax virtually identical (but far more limited) to C++. The key differences are:
1) filenames: programs are *.ox but header files are *.h (does this confuse Zeus)
2) typing is dynamic, variables are declared as decl myVar; so there is no need to say int myVar; or the likes.
Keywords, braces, and all the rest is like C++ so adding this language (and code folding) should be a breeze for a specialist.
I can send some sample code if that is of use. I got Zeus to recognize some of it, but code folding does not work, nor does the class browser. I am assuming it may get confused by the .h files?
Many thanks!
1) filenames: programs are *.ox but header files are *.h (does this confuse Zeus)
2) typing is dynamic, variables are declared as decl myVar; so there is no need to say int myVar; or the likes.
Keywords, braces, and all the rest is like C++ so adding this language (and code folding) should be a breeze for a specialist.
I can send some sample code if that is of use. I got Zeus to recognize some of it, but code folding does not work, nor does the class browser. I am assuming it may get confused by the .h files?
Many thanks!