blue-lang-syntax 0.0.21

blue's surface syntax: lexer, parser, and lowering to the tatara-lisp quoted form.
Documentation
; symbolic — one surface over blue's invariant structure.
(defyakugo "math" "symbolic")
(locales "x-math")
(words
  ("" if)
  ("¬⊃" unless)
  ("⊃∨" elsif)
  ("⊥→" else)
  ("" end)
  ("" def)
  ("≜≜" defmacro)
  ("" quote)
  ("" unquote)
  ("⌞∗" unquote_splice)
  ("" test)
  ("" assert)
  ("λ" fn)
  ("" case)
  ("⊨?" when)
  ("" do)
  ("" true)
  ("" false)
  ("" nil)
  ("" use)
  )