about summary refs log tree commit diff
path: root/src/bootstrap/parser.src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Rename langBaitinq2025-06-111-530/+0
|
* stdlib: Remove printlnBaitinq2025-06-111-7/+7
| | | | | varargs forwarding is platform specific with llvm, so we cannot easily have this function
* Bootstrap: Start parsing and codegen of more statementsBaitinq2025-06-101-17/+186
|
* Feature: Typecheck on struct field assignmentBaitinq2025-06-061-1/+1
|
* Bootstrap: Codegen: Continue implementationBaitinq2025-06-051-7/+6
|
* Bootstrap: Parser: Add enough implementation to parse example -2Baitinq2025-06-031-4/+120
|
* Bootstrap: Parser: Start implementationBaitinq2025-06-031-0/+246