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

Simple compiler implementation for LALG

License

Notifications You must be signed in to change notification settings

gmelodie/lalgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.