This program performs the lexical analysis process for mathematical expressions only.
The lexical analysis creates tokens based on the string input (e.g., INT:12, ADD:+, etc.).
Note: To exit the command line, use this keyword:
basic > exit
If you're going to run this project, then it is preferable to use Eclipse IDE since that's the one that I used.



