Files
mgmt/lang/interpret_test/TestAstFunc2/res1.txtar
James Shubin 58461323b9 lang: parser: Try to add the end values in parser
Not sure if this is right, but it's a start.
2025-06-06 03:11:06 -04:00

7 lines
137 B
Plaintext

-- main.mcl --
test "t1" {
stringptr => 42, # int, not str
}
-- OUTPUT --
# err: errUnify: type error: str != int: /main.mcl @ 2:2-2:18