polyglot_tokenizer

Crates.iopolyglot_tokenizer
lib.rspolyglot_tokenizer
version0.2.1
sourcesrc
created_at2020-05-11 23:33:35.0533
updated_at2020-07-26 12:36:20.318791
descriptionA generic programming language tokenizer
homepagehttps://github.com/monkslc/hyperpolyglot/tree/master/crates/polyglot_tokenizer
repositoryhttps://github.com/monkslc/hyperpolyglot/tree/master/crates/polyglot_tokenizer
max_upload_size
id240367
size42,464
Connor Monks (monkslc)

documentation

README

Polyglot Tokenizer

A generic programming language tokenizer

Polyglot Tokenizer turns code into tokens, labelling each token as an Identifier, LineComment, BlockComment, Symbol, StringLiteral, or Number.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 129

cargo fmt