Skip to content

armarts/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler

amgCompiler

first part is LEXER

second part - Syntax Analisator

third part AST Interpritator

to make this project you need launch Makefile in Syntax Analisator & AST Interpitator

next step you have to create program file (C-related language) and run script.sh with only one argument (fileName)

for example

cd /Syntax\ Analisator

make

cd ../AST\ Interpritator/

make

cd ..

./script prog.amg

Releases

No releases published

Packages

No packages published