the small catlang that sings 🐺
Find a file
Lobo Torres c372d85de2 lex: token representation and quoting stuff
* `escape` => `quote` and `quotestr`
  `quote` writes the result to a I/O handle, `quotestr` returns it as a
  heap-allocated string.
* `tokstr` => `tokrepr` and `tokstr`
  same deal
2024-12-07 21:27:23 -03:00
cmd/kj gfjkfsdf 2024-12-05 12:50:29 -03:00
kojote/lex lex: token representation and quoting stuff 2024-12-07 21:27:23 -03:00
vendor/hare-unicode Add 'vendor/hare-unicode/' from commit '1488c26f46f7f8568235eaee6224983ac46e78ff' 2024-12-04 13:29:21 -03:00
LICENSE gfjkfsdf 2024-12-05 12:50:29 -03:00
Makefile lex: tokstr now prints escaped strings 2024-12-06 13:56:26 -03:00
README.md gfjkfsdf 2024-12-05 12:50:29 -03:00
test.kj lex: rework types 2024-12-05 22:06:21 -03:00

kojote

the catlang that sings, partly inspired by Scheme and Min.