You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.
17
+
Map a domain to a language, the language to a grammar, and the grammar to a hierarchical object-oriented design.
18
+
19
+
Problem
20
+
A class of problems occurs repeatedly in a well-defined and well-understood domain.
21
+
If the domain were characterized with a "language",
22
+
then problems could be easily solved with an interpretation "engine".
0 commit comments