Skip to content

isabellaattisano/ProgrammingLanguageProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Parser and Interpreter Implementation

Additional project details can be found on my website : Project Details

Project Overview

In Part One of this project I used the JavaCC tool to generate a pure parser for my project language.

In Part Two, I then modified the parser so that it would return an Abstract Syntax Tree (AST) after a successful parse. This AST would then be passed to my interpreter, implemented using Java, for evaluation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published