Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
/ Lexical-Analyzer Public archive

This repository is project for my Automata and Theory of Computation Course.

License

Notifications You must be signed in to change notification settings

konan009/Lexical-Analyzer

Repository files navigation

Lexical Analysis

CSCI 203 - Theory of Automata and Formal Languages PROJECT - Lexical Analysis

Lexical Analysis is the first phase of the compiler also known as a scanner. It converts the High level input program into a sequence of Tokens. Lexical Analysis can be implemented with the Deterministic finite Automata. The output is a sequence of tokens that is sent to the parser for syntax analysis.

The image below is the automaton that is used in the project. We have numerous token like numbers, string, exponential, division, identifier and etc.

About

This repository is project for my Automata and Theory of Computation Course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published