About Warp: Space game

Warp is very notible for having an extremely capable parser (perhaps the best one ever). For instance, typing "Go west and get everything but the lamp from the toolbox" will work (if the player is east of the room to begin with). The parser understands recursions ("go to the next room and return for every direction and pick up any keys"), conditionals ("go east if door is open or else go north"), macros (custom commands), and can reparse previous commands in memory ("go back 3 moves and try the other option")