Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valkmjolnir/pl0
PL/0 compiler
https://github.com/valkmjolnir/pl0
Last synced: about 2 months ago
JSON representation
PL/0 compiler
- Host: GitHub
- URL: https://github.com/valkmjolnir/pl0
- Owner: ValKmjolnir
- Created: 2020-11-01T14:43:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T11:35:34.000Z (about 1 year ago)
- Last Synced: 2023-10-31T12:31:26.287Z (about 1 year ago)
- Language: C++
- Size: 24.4 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PL-0 Compiler/Interpreter @ NUAA CCST 2020
PL/0 bytecode compiler and runtime.
use this command to compile this project:
> g++ -std=c++11 -O3 main.cpp -o pl0use this command to use pl0 interpreter:
> ./pl0 -exec filenameuse this command to use pl0 interpreter(debug):
> ./pl0 -debug filenameHope you enjoy it.