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.