mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
More testing, started parsing expressions, which requires a lot of
rewriting.
This commit is contained in:
@@ -1,5 +1 @@
|
||||
func foo(a, b) {
|
||||
return a > b;
|
||||
}
|
||||
|
||||
var x = foo(1, 2);
|
||||
var x = (1+(2+3))/(6*(someVariable+99-100))-(20)+anotherVariable+foo();
|
||||
|
||||
Reference in New Issue
Block a user