1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 06:03:17 +00:00
janet/core
bakpakin db89a6c7ee Add description, short-description, and tostring as
separate stringifiers that have slightly different semantics.
description is for debugging, short-description is also
for debugging but prints less, and tostring is for coercing to
a string (similar to description, but strings are not changed and
buffers return their contents as a string).
2017-07-02 14:16:37 -04:00
..
cache.h Whitespace 2017-07-01 21:51:16 -04:00
compile.c Whitespace 2017-07-01 21:51:16 -04:00
ds.c Whitespace 2017-07-01 21:51:16 -04:00
gc.c Whitespace 2017-07-01 21:51:16 -04:00
ids.c Whitespace 2017-07-01 21:51:16 -04:00
parse.c Whitespace 2017-07-01 21:51:16 -04:00
serialize.c Whitespace 2017-07-01 21:51:16 -04:00
stl.c Add description, short-description, and tostring as 2017-07-02 14:16:37 -04:00
thread.c Whitespace 2017-07-01 21:51:16 -04:00
util.c Add description, short-description, and tostring as 2017-07-02 14:16:37 -04:00
value.c Add description, short-description, and tostring as 2017-07-02 14:16:37 -04:00
vm.c Whitespace 2017-07-01 21:51:16 -04:00