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
The project is created for testing the Interpreter design pattern and practicing text tokenization mechanisms.
It works like this:
The solved example is passed to the TokenArray object as a string. The syntax of the string is simple: one space should be left before and after each digit or symbol. At the moment, tokenization and invocation of Interpreter pattern resources occur in this class.