This website requires JavaScript.
Explore
Help
Sign In
j00lz
/
sunflower
Watch
1
Star
0
Fork
You've already forked sunflower
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
c67cbf66e6
sunflower
/
test.foo
12 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add functions and some clean up
2022-07-03 16:01:45 +02:00
foo();
def foo() {
print("hello, world!");
}
Basic pest parser
2022-07-03 15:17:37 +02:00
let x = 10;
let y = x-5;
Add functions and some clean up
2022-07-03 16:01:45 +02:00
print(y);
Reference in a new issue
Copy permalink