mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Basic parser, fixed bug in tokenizer.
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
var a = 1;
|
||||
var b = 2;
|
||||
var _a = 1;
|
||||
var _b = 2;
|
||||
|
||||
if _a < _b {
|
||||
var _x = 5;
|
||||
}
|
||||
else{
|
||||
var _x = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user