Implemented boolean literals

This commit is contained in:
Eduard Urbach 2025-02-26 14:33:41 +01:00
parent 91f34bc88f
commit 5f46a6f14e
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
11 changed files with 69 additions and 13 deletions

View file

@ -0,0 +1,3 @@
main() {
if 42 {}
}