Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-18 23:20:37 +03:00
parent 91ed79e6bd
commit 46408565cd

View File

@ -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.