This website requires JavaScript.
Explore
Help
Sign In
cli
/
q
Code
Issues
Pull Requests
Activity
8 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implemented expression parsing
2024-06-16 14:57:33 +00:00
main() {
Improved variable lifetime tracking
2024-06-29 22:17:14 +00:00
x := f(2, 3)
syscall(60, x)
}
f(x, y) {
return (x + y) * (x + y)
Implemented expression parsing
2024-06-16 14:57:33 +00:00
}
Reference in New Issue
Copy Permalink