Files
Construction-of-Compilers/Project-01/uap25-pro01-tram/README.md
Jan-Niclas Loosen dbac3442e9 Test conf
2025-10-25 22:40:18 +02:00

16 lines
409 B
Markdown

**Author: Jan-Niclas Loosen (1540907)**
The jar ``jar/tram.jar`` contains all required dependencies.
```bash
java -jar tram.jar <tramFile> [options]
```
**Optional arguments:**
`--debug`: Enables debug logging to the console.
`--debug <logFile>`: Enables debug logging and writes output to the specified file.
`--stack [v1,v2,...]`: Initializes the stack with the given integers (for example `[4,10]`).