This website requires JavaScript.
Explore
Help
Sign In
mr
/
elysium
Watch
1
Star
0
Fork
0
You've already forked elysium
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63ccacba2d
elysium
/
example
/
add.lang
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve compiler & validator, Update lexer
2024-03-20 19:26:48 +01:00
u64 add(u8 a, u8 b) {
return add(a - 1u8, a);
}
(u8, u8) doNothing(u8 a, u8 b) {
return a, b;
More validation
2024-03-17 19:55:28 +01:00
}
Reference in New Issue
Copy Permalink