Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 192 Bytes

File metadata and controls

2 lines (2 loc) · 192 Bytes

Pascal-Compiler

A compiler for Pascal written in Java. No fancy libraries used. Process broken down into Lexer,Parser,Checker and Compiler, following an optimized Top Down Parser algorithm.