Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-18 18:27:59 +03:00
parent d62a873f3a
commit 71d7c875d6

View File

@ -45,3 +45,6 @@
##Command
**Intent:** Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
##Interpreter
**Intent:** Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.