about summary refs log tree commit diff
path: root/src/parser.pry (follow)
Commit message (Expand)AuthorAgeFilesLines
* Codegen: Don't allow variable shadowing of different type HEAD masterBaitinq2025-08-061-39/+39
* Parser: Fix memory leakBaitinq2025-07-261-1/+2
* Codegen: Assert that function ends in returnBaitinq2025-07-161-0/+8
* Feature: Add support for and and or operatorsBaitinq2025-07-151-92/+116
* Finish bootstrapping :^)Baitinq2025-07-151-0/+1456