Skip to content

samyunwei/DesignCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what is this

this is notes for learing compiler. It just can build in linux or mac enviroment.

  • HOW TO BUILD
Dependencies
CMake
BISON
FLEX
LEX_LIB

BUILD STEPS

	mkdir build
	cd build
	cmake ../
	make -j4
  • HOW TO TEST crowbar
   ./crowbar/mycrowbar_cpp ../test/crowbar/test.crb

About

some thing from learning compiler

Resources

Stars

Watchers

Forks

Packages

No packages published