This website requires JavaScript.
Explore
Help
Sign In
koniifer
/
ableos
Watch
1
Star
1
Fork
You've already forked ableos
1
forked from
AbleOS/ableos
Code
Pull requests
Activity
2dff9f7244
ableos
/
hblang
/
tests
/
parser_tests_arithmetic.txt
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
adding directives
2024-05-14 16:07:32 -05:00
main := fn(): int {
now compiling some trivial arithmetic
2024-05-10 15:54:12 -05:00
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
}
Copy permalink