o
odinpkg.dev
packages / library / toylisp

toylisp

808ef8clibrary

A tiny lisp interpreter

No license · updated 3 months ago

Toy lisp

Features

  • Ints with + - * / > < = inc dec
  • Bools with and or not
  • [-] Flow control with if
  • repl
  • function declaration with defn
  • global variable declaration with def
  • string
  • list