forked from jinhyung/MIPL
-
Notifications
You must be signed in to change notification settings - Fork 0
jcybha/MIPLex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
### ### HOW TO BUILD AND RUN MIPL PROGRAMS ### 1. Build MIPL compiler $ ant 2. Compile an MIPL program $ ./miplc.sh [MIPL program] # a corresponding class file will be produced in ./build directory. 3. Run generated class file $ ./launch.sh [optional] 2-1. Run an MIPL program directly without producing a class file. $ ./mipl.sh [MIPL program] 2-2. Run MIPL interpreter. $ ./mipl.sh -i
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 94.4%
- Shell 5.5%
- Other 0.1%