-
To enter the dev enviormnent, run the following command in the terminal:
./dev_env.sh -
To create the compiler, run the following command in the terminal:
make -
To compile a .gph file, run the following command in the terminal:
./graphene.sh <program>.gph --only-compile -
To compile and run a .gph file, run the following command in the terminal:
./graphene.sh <program>.gph -
To run the end to end integration tests, run the following command in the terminal:
make test -
To clean up, run the following command:
make clean
-
Notifications
You must be signed in to change notification settings - Fork 1
asharnadeem/graphene
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
COMS W4115 PLT Final Project - Graphene
Resources
Stars
Watchers
Forks
Packages 0
No packages published