This website requires JavaScript.
Explore
Help
Sign In
greg
/
schala
Watch
1
Star
0
Fork
0
You've already forked schala
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d5f01a7b1f
schala
/
compile.schala
14 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Read from file as well as repl
2015-08-14 17:07:02 -07:00
Compiling functions half-works
2017-01-15 07:23:53 -08:00
fn hella(a, b) {
a + b
}
Trying to debug this segfault
2017-01-15 23:43:24 -08:00
fn paha(x, y, z) {
x * y * z
}
Add return statements to generated functions
2017-01-16 01:06:59 -08:00
q = 4
q + 1
Compiling functions half-works
2017-01-15 07:23:53 -08:00
Reference in New Issue
Copy Permalink