/PascalWCI

Pascal Interpreter and Debugger Project written in Java from Writing Compilers and Interpreters A Software Engineering Approach, Third Edition book

Primary LanguageJavaMIT LicenseMIT

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