Update README.md
This commit is contained in:
@ -48,3 +48,6 @@
|
|||||||
|
|
||||||
##Interpreter
|
##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.
|
**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.
|
||||||
|
Reference in New Issue
Block a user