This makes it so that the TokenStream and all it's associated Token types use a generic when dealing with the variant of the Token. Span was also given the ability to merge with another span. This will make it easier to track the span as users group TokenTypes together to make their domain specific types. All tests and examples were updated for this change. The version was incremented to 0.2.0.
14 lines
305 B
TOML
14 lines
305 B
TOML
[package]
|
|
name = "rune"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
description = "A lexical analysis library."
|
|
repository = "/myrddin/rune"
|
|
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
readme = "README.md"
|
|
license-file = "LICENSE.md"
|
|
|
|
|
|
|
|
[dependencies]
|