Skip to content

LBeghini/Java-Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ Java Design Patterns

Interpreter

Interpreter pattern interprets sentences to match an desired expression type.

For example, let's say we want to validate logical expressions such as greather than, less than and equals. For that, we would write "6 > 3" or "3 < 7" or "2 = 2". However, those are strings, and they must be interpreted so the computer can understand.

About

Simple project to implement Java design patterns to a Programming Language class

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages