forked from Orchid/orchid
Added subscript lexer
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
let foo = 1 + 2
|
||||
let ffmain = "hello $foo"
|
||||
|
||||
let user = r[ "foo" 1, "bar" t[3, 4] ]
|
||||
let main = user."bar".1
|
||||
let main = user.bar.1
|
||||
|
||||
Reference in New Issue
Block a user