about summary refs log tree commit diff
BranchCommit messageAuthorAge
importStart implementing import functionalityBaitinq6 months
logoUpdate README.mdBaitinq5 months
masterCodegen: Don't allow variable shadowing of different typeBaitinq3 months
 
 
AgeCommit messageAuthorFilesLines
2025-08-06Codegen: Don't allow variable shadowing of different type HEAD masterBaitinq3-816/+872
2025-07-26misc: add stage binaries to gitignoreBaitinq1-0/+1
2025-07-26std: mem: Assert arena allocator is not overflownBaitinq2-141/+200
2025-07-26Parser: Fix memory leakBaitinq2-40/+46
2025-07-16Misc: Cleanup readmeBaitinq1-23/+20
2025-07-16Codegen: Cleanup assertsBaitinq2-157/+172
2025-07-16Tokenizer: Add bounds checking for consume_until_conditionBaitinq2-310/+337
2025-07-16Codegen: Assert that function ends in returnBaitinq2-52/+86
2025-07-16Feature: Implement and/or short circuitingBaitinq3-1487/+1807
2025-07-15Feature: Add support for and and or operatorsBaitinq6-1469/+1692
[...]