Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 353 Bytes

lalgc

Simple compiler implementation for LALG

Installation

Install Flex on your local machine and have a valid g++ compiler.

Usage

Use make to run the analiser; After running it once you will need to run make clean before running it again.

What is LALG?

LALG is a simplified version of Pascal.