1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
parser: move declarations into a separate file More... over 2 years ago
lang: add reference operator More... over 2 years ago
backend: implement list_literal and numbered_list_literal More... over 2 years ago
backend: implement subscript expressions More... over 2 years ago
parser: add expect(id) More... over 2 years ago
parser: add different types of initializers More... over 2 years ago
parser: replace if(!match) error() with expect() More... over 2 years ago
lang: add array_type More... over 2 years ago
parser: add subscript_expression More... over 2 years ago
driver: add the --dump-ast option More... over 2 years ago
semantic: split semantic_analyzer into multiple visitors More... over 2 years ago
parser: add NIY error for classes More... over 2 years ago
semantic: implement comparison chaining More... over 2 years ago
backend_llvm: extract ir::binary_operator codegen to gen_op More... over 2 years ago
add missing decl More... over 2 years ago
semantic: add float_literal More... over 2 years ago
parser: add a special case for field_expr More... over 2 years ago
parser: change bitwise operator precedence More... over 2 years ago
semantic: add diagnostics to convert_to_middle More... over 2 years ago
dist/syntax: fix comments within variable decls More... over 2 years ago
test: fix incorrect error expectation More... over 2 years ago
parser: improve error handling More... over 2 years ago
dist: add KSyntaxHighlighting definitions More... over 2 years ago
printer: make paren-exprs unnamed More... over 2 years ago
driver: exit on parse errors More... over 2 years ago
parser: make parser more robust More... over 2 years ago
test: add a test for error recovery More... over 2 years ago
parser: return valid paren_expression even with unmatched parenthesis More... over 2 years ago
backend_llvm: add minus_fp More... over 2 years ago
lang: implement the `as` operator More... over 2 years ago