This website requires JavaScript.
Explore
Help
Register
Sign In
egormanga
/
Slang
Watch
1
Star
0
Fork
0
You've already forked Slang
mirror of
https://github.com/egormanga/Slang.git
synced
2025-03-14 07:52:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Slang
/
tests
/
overload.sl
8 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-08-28 21:24:54 +03:00
int f(int x) = x+1
int f(int x, int y) = x+y+1
Huge work; i'm too tired to write commit message for all of it. Pleez let me sleep acouple of hours. Made most tests work. Started SBC.
2020-03-18 07:00:12 +03:00
main {
stdio.println(f(1))
stdio.println(f(1, 2))
}
Reference in New Issue
Copy Permalink