Pelles C forum

C language => Expert questions => Topic started by: mingodad on March 29, 2010, 02:32:56 PM

Title: I'm trying to ressurrect UnderC C/C++ interpreter
Post by: mingodad on March 29, 2010, 02:32:56 PM
Hello !

I'm trying to ressurrect UnderC C/C++ interpreter https://code.google.com/p/underc-fltk/ and I got it to compile with modern mingw compilers 3.4.5 and up, I need some experts advice on some topics:

-Yacc/Bison grammar (example some problems with recognizing "unsigned" alone and "friend class")
-ARM assembler only one function to call native os functions (X86 already there for windows and linux)
-General improvements

I expect it to work on WINCE, IPHONE, SYMBIAN in the near future.

Thanks in advance for your expertize, time and attention !