jank-lang / jank

A Clojure dialect hosted on LLVM with native C++ interop

Home Page:https://jank-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add character runtime object

jeaye opened this issue · comments

Docs: https://clojure.org/guides/weird_characters#_character_literal

This will need support in a few areas:

  • lexing (and tests)
  • parsing (and tests)
  • runtime object
  • string sequence (custom sequence type)