Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 216 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 216 Bytes

Tokenizer

The code in this example implements a simple tokenizer that turns a linear stream of characters into a linear stream of tokens (for identifer names and (unsigned) integers).

Happy programming in ATS!!!