Just Another Pascal Compiler. Front-ent compiler for Extended Pascal using LLVM
-
Updated
Dec 4, 2023 - C++
Just Another Pascal Compiler. Front-ent compiler for Extended Pascal using LLVM
A Simple PL/0 Compiler
A simple Pascal compiler written on C++. This project was written as coursework during 4th grade of Bachelor degree.
Pascal Compiler uses top-down parsing to compile the Pascal code, and works with the lexer that breaks down the code into tokens. There are 6 token types that lexer recognizes: word, integer, real, real with an e., special characters and column-equal.
Add a description, image, and links to the pascal-compiler topic page so that developers can more easily learn about it.
To associate your repository with the pascal-compiler topic, visit your repo's landing page and select "manage topics."