Name Description Size
main.rs In this example we build an [S-expression](https://en.wikipedia.org/wiki/S-expression) parser and tiny [lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language)) interpreter. Lisp is a simple type of language made up of Atoms and Lists, forming easily parsable trees. 563
parser.rs In this example we build an [S-expression](https://en.wikipedia.org/wiki/S-expression) parser and tiny [lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language)) interpreter. Lisp is a simple type of language made up of Atoms and Lists, forming easily parsable trees. 13710