Welcome to Delicate template
Header
Just another WordPress site
Header

Compiler for a simplified C

November 21st, 2009 | Posted by Shahab in Shahab - (0 Comments)

My friend (Jim) and I are finally finished with coding for a compiler in Java. The compiler is implemented in Java to run the code written in a language called Rusc wich is a kind of simplified C. The language contains integer, variables, functions, IF, Else, While, for, expressions, names, libraries of pre-coded functions. We finished testing and running the code. This code was written for a course at university of Oslo, IFI, called INF2100-Programming project. The code is available here.