jussi-kalliokoski / gasp

A go library for building your own lisp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gasp

GoDoc CI status

A go library for building your own lisp. Currently only includes a lexer, AST may be added later if it turns out to be used mostly with clojure-style syntax.

The syntax is clojure-flavored, and the goal is to be able to parse most of clojure syntax, but some discrepancies may exist in how strings and symbols are parsed. Other discrepancies should be treated as bugs.

About

A go library for building your own lisp.

License:ISC License


Languages

Language:Go 100.0%