From 46408565cdbc5e5eee6b5c22020a2862666e20c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 18 Aug 2014 23:20:37 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 56c10e6b6..148120563 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,6 @@ ##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. + +##Iterator +**Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.