资 源 简 介
This didatic compiler and virutal machine will be implemented in C++
and will implement the lexical,sintatical,semantical and assembly code geration layers,this compiler will work by compiling a given source code writen in GP language (thats also specified in this site,here is also avaiable GP language especification in pdf format)and generanting and .gp FILE thats is a assembly file.
whe will also develop the virtual machine so you can run the code gerated.