]> git.mdlowis.com Git - proto/cerise-c.git/shortlog
proto/cerise-c.git
2024-06-17 Mike Lowisimplemented object and string functions. Still need...
2024-06-17 Michael D.... added assert and error
2024-06-14 Michael D.... broke runtime up into a static lib
2024-06-13 Mike Lowisadded stubs for hashes and arrays
2024-06-13 Mike LowisImplemented hash and array access and assignment
2024-06-13 Michael D.... finished code generation for hash literals
2024-06-11 Michael D.... added array literal parsing and code generation
2024-06-05 Michael D.... added string ops and coercion
2024-06-04 Mike Lowisimplemented basic arithmetic and boolean operators
2024-06-03 Mike Lowisadded real filename and line numbers to asserts
2024-06-03 Mike Lowisfixed boolean operators
2024-06-03 Mike Lowisadded runtime code for basic operators
2024-06-03 Mike Lowisfirst commit. Basic compilation mechanics working