Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 228 Bytes

toki

Regexp tokenizer/scanner in Go.

The scanner takes in a list of token definitions and string input. it is general and easy to use.

token definition

a token is a pair of constant and regexp string.