Skip to content

a compiler of decaf language, to translate advance language to MIPS codes

License

Notifications You must be signed in to change notification settings

erician/decaf-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.environment:ubuntu16.04 64-bit
2.requires
	googletest
	#cd src/unittest/
	#git clone https://github.com/google/googletest.git
3.make
	make //compile decaf
	make clean 
	make test  

4.notes
(1)We doesn't follow the decaf standard totally, such as all attributes and methods are public.

About

a compiler of decaf language, to translate advance language to MIPS codes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published