Skip to content

eisa26/Lexical-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Lexical-analyzer

This code implement the lexical analyzer for a programming language with specification syntax, in which it have only three keyword "main", "if" and "for" also it support only three datatype integer, float and character; There no restriction on identifer length also it can be combined from character and numbers. The lexical analyzer in this code will ingore spaces,tabs and new lines but also counting numbers of line in the user code. In same time this lexical analyzer does not recognize any type of commment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages