Skip to content

v0.0.17: Char literals (#512)

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 00:50
· 13 commits to master since this release
1601beb
Add lexing, parsing, typechecking, and compilation support for character
literals. Right now they're fairly useless without actually being
related to Strings at all, but that'll come in a future change once this
groundwork is laid.