Skip to content

Java based project in which I had to come up with an interpreter for a toy language

Notifications You must be signed in to change notification settings

dddfred/Interpreter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Interpreter Fall/2022

Java-based project in which I had to come up with an interpreter for a toy language

WHAT I LEARNED

I learned how to make a tokenizer and a parser for the toy language using Java regex library. The project can analyze, report syntax errors, report uninitialized variables, and do computations.

About

Java based project in which I had to come up with an interpreter for a toy language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages