Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 164 Bytes

File metadata and controls

8 lines (5 loc) · 164 Bytes

Lexer

Reads text character by character and breaks them into tokens

Token

is a simple object that has a type and optionally a value

Tokens make up code