Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 510 Bytes

Calculator Lexical Analyzer

Lexical Analyzer to create a tokens to formal calculator language using Python.

How to use

Python 3.x+ should be installed on computer and run the following commands to install all libraries for this application:

pip install -r requirements.txt

In order to run this application: python main.py -f <file_path>

It can be see every commands for this application using python main.py --help

Application created in order to home work for Compiler Construction to FB Uni.