Skip to content

nitinl/Lexical-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Lexical-analyzer

Program identifies tokens in given code based on certain rules.

Rules for identifying different tokens are written as regex expressions. These are stored as a list of tuples of the form (regex, token type).

The function lexicalAnalyzer takes in code to be analyzed and name of output file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages