Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

File metadata and controls

17 lines (12 loc) · 1.01 KB

Custom-Programming-Language

Code for the project in COP4020 where we are tasked to make our own programming language in Java step by step. Instructions for each step has been provided below.

Instructions followed for making Regex Tester:

Exercise 1_ Regex Testing.pdf

Instructions followed for making Lexer:

Project Checkpoint 1_ Lexer.pdf

Instructions followed for making Parser:

Project Checkpoint 2_ Parser.pdf

Instructions followed for making Evaluator:

Project Checkpoint 3_ Evaluator.pdf

Instructions followed for making Analyzer:

Project Checkpoint 4_ Analyzer.pdf