Skip to content

tomasguinzburg/lisp-expr-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

lisp-expr-parser

Lisp like expression parser loosely based on the super tiny compiler

Returns an abstract syntax tree describing the input expression. Throws TypeError on bad tokens, currently loops till it errs for bad grammars (i.e. '((a)' )

About

A parser for Lisp-like expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published