Added subscript lexer

This commit is contained in:
2026-01-25 18:52:57 +01:00
parent c461f82de1
commit 66e5a71032
5 changed files with 37 additions and 5 deletions

View File

@@ -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