- Some code paths in casm.c assume a short value is used. This should be fixed before adding support for more datatypes
- Added a new AST Node type, NODE_ASSIGN
- UM_realloc was moved from a macro to an actual function to handle error results
- NODE_STATE nodes have a new value in the node's union, sType which describes the type of statement the node is.
- 'prntint' statements are the only statement avalible for now, they allow printing the value of expressions to the console.
- fixed a bug in ulex.c/identifierType
- main.c was updated to show the prntint statement.
- uparse.c was refactored a bit, including some debugging prints for now