- GIT
- JAVA
| # | Step | Command |
|---|---|---|
| 1 | Clone winzig-compiler | git clone https://github.com/binodmx/winzig-compiler.git |
| 2 | Goto the directory | cd winzig-compiler/src |
| 3 | Build the compiler | make |
| 4 | Run the compiler | java winzigc [stage] [path] |
| 5 | For help | java winzigc -help |
| Stage | Definition |
|---|---|
| -lot | output list of tokens |
| -ast | output abstract syntax tree |
| -code | output assembly code |