PetitParser Examples

Lisp Interpreter
This example contains a Lisp Interpreter. The code is reasonably complete to run and evaluate complex programs.
Prolog Interpreter
This example contains a Prolog Interpreter. The code is reasonably complete to run and evaluate basic programs.
Smalltalk Parser
This example contains the beginnings of a Smalltalk Interpreter. Currently only the parsed AST is printed.
URI Parser
This simple example parses and decomposes URIs into their individual components.