Skip to content

BugCatcherNate/lexicalanalyzer-Python3-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simplelexicalanalyzer-Python3-

----------Brief-------- Identifies tokens from input file. -Tokens- Keywords: {if, while, print} Symbols: {;, =, (, ), {, }, /, *, -, +, <, >, <=, >=, ==, !=} Identifiers: Starts with letter. Can be followed by any number of letters|digits|underscore Integers: One or more [0-9] Is case sensitive

----------Directions--------

Change the input file on line 7 to the input file name containing your script to be analyzed.

About

Simple lexical analyzer to identify tokens using python3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages