sarabande.git
2026-06-24 cassowariifix bugs with tinystr, it works now!
2026-06-24 cassowariiuse hString to store string literal data; fix bugs
2026-06-24 cassowariitinystr: store short string data directly inside the...
2026-06-24 cassowariiremove unnecessary piece from makefile
2026-06-24 cassowariiadd string object storage (can't free yet)
2026-06-21 cassowariiforgot to include this file!
2026-06-21 cassowariimore sensible "next" for filereader / scanner
2026-06-21 cassowariidynamically sized token queue
2026-06-20 cassowariiadd this new ~> / <~ token which i have big plans for
2026-06-20 cassowariiupdate comments a bit more
2026-06-20 cassowariiadd explanatory comment to lexer.c
2026-06-20 cassowariiactually handle weird nesting with block headers and...
2026-06-20 cassowariilexer almost complete barring a few weird corner cases
2026-06-19 cassowariiway more lexing capability
2026-06-19 cassowariifix bug in arena
2026-06-19 cassowariiproperly fail on nonexistent file
2026-06-19 cassowariisetting up repository better
2026-06-19 cassowariiworld's worst lexer