Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 236 Bytes

File metadata and controls

4 lines (3 loc) · 236 Bytes

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.