Skip to content

syslogg/lexical-analyzer

Repository files navigation

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.

About

lexical analyzer to language calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published