Skip to content

a simple compiler use flex and bison just for university project

Notifications You must be signed in to change notification settings

sajad-sadra/simple-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Compiler

Simple compiler use flex and bison just for university project

Install tools

on debian base linux run this command

apt-get install flex bison gcc

Run

  1. Clone this repo
  2. Go to project dir
cd simple-compiler/
  1. Execute run script
./run.sh