Age | Commit message (Expand) | Author |
---|---|---|
2025-06-09 | parser: Parse uninitialized variable declarations | Quinn Stephens |
2025-06-09 | Fix hashmap_find() | Quinn Stephens |
2025-06-09 | parser: Store symbols in a hashmap | Quinn Stephens |
2025-06-09 | parser: Introduce parser context struct | Quinn Stephens |
2025-06-09 | parser: Work on parsing function declarations | Quinn Stephens |
2025-06-08 | lexer: Add more token kinds | Quinn Stephens |
2025-06-08 | Fix log messages | Quinn Stephens |
2025-06-08 | parser: Get started on type system | Quinn Stephens |
2025-06-08 | lexer: Rename TK_* to TOK_* | Quinn Stephens |
2025-06-07 | Refactor and begin parser | Quinn Stephens |
2025-06-07 | Import OCC sources to OSMORA.ORG | Ian Moffett |