index
:
occ
main
The OSMORA C Compiler
Quinn Stephens <quinn@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-06-10
parser: Parse parameter declarations
HEAD
main
Quinn Stephens
2025-06-10
parser: Actually set nodes' hash values
Quinn Stephens
2025-06-10
Remove unnecessary #include
Quinn Stephens
2025-06-10
Update test code
Quinn Stephens
2025-06-10
parser: Parse empty function definitions
Quinn Stephens
2025-06-09
parser: Parse pointer levels (e.g. void **)
Quinn Stephens
2025-06-09
lexer: Add asterisk
Quinn Stephens
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