1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
utility: add increment/decrement to ast_printer_default More... almost 2 years ago
utility: add ast_printer::print_comment More... almost 2 years ago
test: add another failing test More... almost 2 years ago
semantic: fix null types on struct literal fields More... almost 2 years ago
test: add failing test for passing pointers More... almost 2 years ago
lang: make type system more flexible More... almost 2 years ago
tests: Make test_lang run along with other tests More... almost 2 years ago
parser: allow nested struct initializers More... almost 2 years ago
parser: remove ellipsis from structs More... almost 2 years ago
lang: implement increment/decrement More... almost 2 years ago
test: add more tests More... almost 2 years ago
utility: inherit constructors in noncopyable<T> More... almost 2 years ago
semantic: fix crash in struct initializer More... almost 2 years ago
semantic: fix types not automatically pulling dependencies More... almost 2 years ago
parser: fix infinite loop when unknown keyword is encountered More... almost 2 years ago
backend: fix hang in test_leftassoc More... almost 2 years ago
parser: save comments More... almost 2 years ago
parser: replace function -> func More... almost 2 years ago
test: add ctest and update tests More... almost 2 years ago
semantic: implement basic import functionality More... almost 2 years ago
driver: fix compilation of multiple files More... almost 2 years ago
backend: fix code generation for field_expression on const function params More... almost 2 years ago
parser: fix structure literals More... almost 2 years ago
parser: add keyword constants More... almost 2 years ago
semantic: add module_tree More... almost 2 years ago
driver: Add --profile option More... almost 2 years ago
driver: refactor linking More... almost 2 years ago
driver: use platform::spawn() instead of system() More... almost 2 years ago
driver: move dump_ast into a separate function More... almost 2 years ago
driver: move file parsing into a separate function More... almost 2 years ago