terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

layoutstring/prettystring aren't documented #464

Open ErikMcClure opened 3 years ago

ErikMcClure commented 3 years ago

printpretty() prints directly to standard out, which is not the behavior you want when you're trying to get the string representation of a type or quote to include in your own error message or log message. layoutstring() and prettystring() get the appropriate string, but aren't documented anywhere.