mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Started testing for parser.
This commit is contained in:
2
test/parser_assign_result.asl
Normal file
2
test/parser_assign_result.asl
Normal file
@@ -0,0 +1,2 @@
|
||||
var x = foo(1, 2, 3);
|
||||
y = bar(1, 2, 3);
|
||||
1
test/parser_assignment.asl
Normal file
1
test/parser_assignment.asl
Normal file
@@ -0,0 +1 @@
|
||||
x = 1;
|
||||
Reference in New Issue
Block a user