GoF Interpreter Example

Demonstrates the use a the GoF Interpreter Pattern in a straightforward example
Download

GoF Interpreter Example Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Jonas Butt
  • Operating Systems:
  • Windows All
  • File Size:
  • 4 KB

GoF Interpreter Example Tags


GoF Interpreter Example Description

This program was developed to be a small tool which demonstrates the use a the GoF Interpreter Pattern in a straightforward example. Main features: This program accepts sets of characters and operators (* or |) using the Reverse Polish notation (RPN) also known as Postfix notation. The * operator does a union of the previous two sets. The | operator does a section of the previous two sets. Example: {a,b,c} {a,d,e} * {a,d,g,h} | The result of this expression would be {ad}.


GoF Interpreter Example Related Software