An open API service indexing awesome lists of open source software.

https://github.com/tomnomnom/zomgparens

A Lisp parser written in PHP; for my own education
https://github.com/tomnomnom/zomgparens

Last synced: about 2 months ago
JSON representation

A Lisp parser written in PHP; for my own education

Awesome Lists containing this project

README

        

# ZomgParens

A Lisp parser in PHP. Written as an attempt to begin to understand lisp and basic parsing.

## Disclaimer
I do not by any means claim to understand parsing and am in no way suggesting
it should be done this way.