erician/decaf-compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.