RPN Parser

Project

It doesn’t do anything, but if you look inside, you’ll see the parser tools.

This parser uses RPL (Reverse Polish Lisp).

You can see all the supported commands using the “blocks mapper” function.

Supported branches

  • IF condition THEN block ELSE block END
  • WHILE condition DO block END
  • start end FOR variable block NEXT
  • LIST list contents END
  • LAMBDA arguments DO block END