Skip to content

Latest commit

 

History

History

interpreter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Interpreter Pattern

The interpreter pattern is a design pattern that specifies how to evaluate sentences in a language. source

In this example Expression is used to evaluate mathematical operations in string form.