Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy c461f82de1 Custom lexers can now terminate operators
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
2026-01-25 17:52:18 +01:00

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