Posts

Showing posts from September, 2017

Finished 12th Today at UCF Programming Team Practice

Image
Did pretty good today, I solved some tough problems and placed with some of the best programmers UCF has to offer. This is done over a 5 hour contest where the programming team is given a set of problems and are asked to complete them as fast as they can.  here are links to the code I completed: Click Here

Pl/0 Compiler

Image
This is a link to compiler I made for my system software class. This compiler takes high level code written in the Pl/0 language and makes a call stack, a symbol table, a symbol list, and assembly code so that the program can be ran. This is the link to my Github page where the code is located:  Click Here