]> git.mdlowis.com Git - proto/aas.git/shortlog
proto/aas.git
2024-04-22 Michael D.... added type parsing master
2023-12-14 Mike Lowisstubbed out inference and checking functions
2023-12-06 Michael D.... added scaffolding for inference
2023-12-05 Mike Lowisstarted implementing type checking
2023-12-04 Mike Lowisadded check_var but it's definitely broken
2023-12-04 Mike Lowisstarted implementing type checking
2023-12-01 Mike Lowisfixed up gdb view and fixed a bug in returning from...
2023-12-01 Michael D.... started making handy gdb view for debugging
2023-11-30 Mike Lowisadded locals and branches. broken but getting closer
2023-11-27 Michael D.... moved definitions to be teh first statements in a function
2023-11-22 Michael D.... added assembly generation for ifs
2023-11-21 Mike Lowisadded parsing rules for if statements and local variables
2023-11-21 Michael D.... fixed up comparison operators
2023-11-20 Mike Lowisstarted adding comparison operators
2023-11-20 Mike Lowisfixed up local parameter access
2023-11-16 Michael D.... now emitting code for param access and handling functio...
2023-11-14 Mike Lowisstarted implementing symtable
2023-11-14 Michael D.... added func calls and paren grouping. argument access...
2023-11-13 Mike Lowisfixed up binary ops
2023-11-13 Michael D.... added multiplication, division, and AND
2023-11-10 Mike Lowisadded front end
2023-11-10 Michael D.... started emitting aas
2023-11-09 Mike Lowisadded compiler script
2023-11-06 Mike Lowisadded bash wrapper script
2023-11-02 Mike Lowisdynamic generation of syscall stubs
2023-10-30 Mike Lowisinitial commit. Able to generate assembly and a functio...