Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 558 Bytes

File metadata and controls

11 lines (7 loc) · 558 Bytes

SimpleScheme-Parser

A SimpleScheme parser developed with JavaCC.

The goal of this project is to develop the basic infrastructure for an interpreter accepting a small functional programming language (i.e., SimpleScheme).

This project is done for a university unit that revolves around The Construction of Programming Languages and Automata Theory.

Developed using Eclipse IDE with a JavaCC plugin (Same thing can be done with IntelliJ or other IDEs that support Java).

TESTS file includes where the example syntax files (.ssu files) to test the parser.