Shift-Reduce Parser, Nobo Komagata, 2/24/00, 1/29/01
- Choose an example grammar.
- You may edit the grammar as long as you use the same format (LHS on a single line, RHS' on separate lines). The internal representation of the grammar can be seen on the Java console.
- Enter input symbols (terminals) to the left of '$' in the Input field. Symbols must be separated by a space.
- Press RESET to initialize before starting.