/corvid

Dumb LISP and parser combinators

Primary LanguageC++MIT LicenseMIT

corvid

This is just a dumb LISP-like language I'm using to develop some parser combinators in C++.

$ make corvid.run

>>> (load "test")

Populate the prelude.cvd file with functions to be defined automagically.