From 71d7c875d64950f8b03c13f4b28b083c52ecc880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 18 Aug 2014 18:27:59 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c4b2bec84..56c10e6b6 100644 --- a/README.md +++ b/README.md @@ -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.