An open API service indexing awesome lists of open source software.

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

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