Skip to content

zackliu/small_complier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Small Language Complier

##About This is a small language complier via flex & bison.

Small language is a simple C-like language with if, while, function.

##Build ###Build with GCC cd c_file gcc lex.yy.c small.tab.c ###Build with flex & bison cd flex&bison flex small.l bison -d small.y

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published