Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 419 Bytes

Compiler Building

Analyzers for Pascal language

This project follows an introductory course for building compilers as part of a major in Computer Science.

Instalation

Operating system used: Ubuntu 18.04 LTS

Java SDK 8

$ sudo apt install openjdk-8-jdk
...
$ java -version

See project specification in docs/.

1. Lexical Analyzer

2. Syntactic Analyzer

3. Semantic Analyzer