Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

the-pi-guy

Each project of my compilers class has been to implement something from scratch.  But then the next project, we use a tool to do that for us. It doesn't do exactly what our project did, it's for a far more complex grammar.  

Even the simple projects though, pretty easily become 1,000 lines of code.  

That's pretty what we've done so far, but the rest of the projects literally build on each other.  

The first one is about completing the parser.  Last two projects we have are pretty similar.  They will basically take something resembling java code, and output a MIPS program.  The last project includes stuff about getting classes to work.  Oh boy.