Skip to content

This program takes in an inputted small program in the form of a string. It is then get dissected into tokens.

Notifications You must be signed in to change notification settings

nguyenle0912/Lexical-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lexical-Analyzer

This program takes in an inputted small program in the form of a string. It is then get dissected into tokens.

In this program, a for-loop function is lexically analyzed. The output prints out the steps that the Lexical Analyzer takes while processing the string.

About

This program takes in an inputted small program in the form of a string. It is then get dissected into tokens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages