Added code for interpreting parsed AbleScript expressions and statements, and hooked it up to the REPL.
- Function call is now stmt (muhehe)
- Item = Expr | Stmt - Added REPL (AST dump) - Removed operator parsing because it was horrible and I need to redo it