create a unicode interpreter that parses through an input of characters and determines the unicode code points for each character.
located in branch unicode_interpreter
create a simple compiler that can do something. I basically made a css preprocessor that takes in simple commands and builds an entire css file for the user.
located in branch css-preprocessor
I built upon the css proproccessor using ANTLR. it now has variable usage, groups and Offsets.
located in branch final-proj