Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Dec 17, 2024
1 parent 5d1163c commit 4bd1397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- No strict type checker
- No C-like pointer arithmetic
- No function-like macros
- No Variable shadowing
- No `break`, `continue` stmt. Use `goto`
- Allows `13 <= age < 20` instead of `13 <= age && age < 20`
- Variable length args `func(...)` can be accessed with built-in variables `argc i64` and `argv *i64`
Expand Down

0 comments on commit 4bd1397

Please sign in to comment.