mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Revert "New repo layout and unified test"
This commit is contained in:
10
test/tokenizer_var.asl
Normal file
10
test/tokenizer_var.asl
Normal file
@@ -0,0 +1,10 @@
|
||||
// single line comment
|
||||
|
||||
/*
|
||||
multi
|
||||
line
|
||||
comment
|
||||
*/
|
||||
|
||||
var x = 1;
|
||||
var array = [1, 2, 3];
|
||||
Reference in New Issue
Block a user