generic_tokenizer 0.1.0

A generic tokenizer that tracks line and column numbers as it goes.
Documentation
1
2
3
# Generic Tokenizer


This crate provides a generic tokenizer that includes line and column numbers. This is useful for things like higher-level tokenizers, parsers, and language servers that need to track line and column numbers as they go.