Skip to content

liang108/PyLexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PyLexer

Rudimentary lexer written in Python.

Given input source code, in the form of a text file, the lexer will classify each lexeme with an appropriate token. Possible tokens are identifier, keyword, separator, float, and integer.

About

Rudimentary lexer for CSUF's CPSC 323 Compilers and Languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published