forked from Orchid/orchid
New constraint: custom lexer output is dropped whenever it is used to terminate an operator nested inside another custom lexer, because the recursive call has to return exactly one lexeme
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
let foo = 1 + 2
|
|
let ffmain = "hello $foo"
|
|
|
|
let user = r[ "foo" 1, "bar" t[3, 4] ]
|
|
let main = user."bar".1
|