https://github.com/amrdeveloper/pascalwci
Pascal Interpreter and Debugger Project written in Java from Writing Compilers and Interpreters A Software Engineering Approach, Third Edition book
https://github.com/amrdeveloper/pascalwci
compiler debugger interpreter pascal wci
Last synced: 8 months ago
JSON representation
Pascal Interpreter and Debugger Project written in Java from Writing Compilers and Interpreters A Software Engineering Approach, Third Edition book
- Host: GitHub
- URL: https://github.com/amrdeveloper/pascalwci
- Owner: AmrDeveloper
- License: mit
- Created: 2020-12-12T14:38:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T20:03:05.000Z (over 3 years ago)
- Last Synced: 2025-06-22T14:47:13.472Z (8 months ago)
- Topics: compiler, debugger, interpreter, pascal, wci
- Language: Java
- Homepage:
- Size: 404 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PascalWCI
Pascal Interpreter and Debugger Project written in Java
from Writing Compilers and Interpreters A Software Engineering Approach, Third Edition book
The Simple Debugger support 10 commands:
- step
- break
- unbreak
- watch
- unwatch
- stack
- show
- assign
- go
- quit