/recursive_descent_tracer

CIS 590 Recursive Descent Tracing REPL

Primary LanguagePython

Simple Recursive Descent Lexer/Parser with Tracing REPL

Performs simple arithmetic and variable assignment, includes print statement.

Options:

  • -i: Interactive mode
  • -v: Verbose mode
  • -t: Tracing mode

Usage

$ parser.py -ivt