[]
= "tishlang_parser"
= "2.36.2"
= "2021"
= "Tish recursive descent parser"
= { = true }
= { = true }
[]
= { = "../tish_lexer", = ">=0.1" }
= { = "../tish_ast", = ">=0.1" }
# #381: grow the stack on demand during the recursive descent so deeply-nested source can't overflow
# the fixed OS thread stack before the MAX_PARSE_DEPTH bound converts it into a catchable error.
# (No-op shim on wasm32, matching tish_eval / tish_vm.)
= "0.1"