Skip to content

bdintu/elementary-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elementary-compiler

Install

apt install gcc cmake flex bison

Clone

git clone https://github.com/bdintu/elementary-compiler
cd elementary-compiler

Build

mkdir build
cd build
cmake ..
make

Run

./simple ../example/hello.simple
gcc -no-pie hello.s -o hello
./hello

About

Compiler Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published