add basic support for function calls
start adding infrastructure for functions
first full program compiling from source!
add support to write elf executables and test basic if statement program
add build status to readme and add nasm to build package list
more cutesy syntax and support for jne
add initial support for labels and jumps to the assembler and some more work on indentation
fixed indent parsing a bit
fixed test_normalize by implementing unification -- perhaps a bit overkill, but it's fun :)
fix bugs and add support for 32-bit registers
start building an assembler