slk-tokenstream 0.1.0

A small crate for handling look ahead, consumption, and otherwise manipulating an array of tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "slk-tokenstream"
version = "0.1.0"
edition = "2024"
description = "A small crate for handling look ahead, consumption, and otherwise manipulating an array of tokens"
authors = ["Slacker201 <slacker1234567809@gmail.com>"]
license = "MIT"
repository = "https://github.com/slacker201/slk-tokenstream"
documentation = "https://docs.rs/slk-tokenstream"
keywords = ["token", "lexer", "parser", "tokenstream"]
categories = ["parsing"]

[dependencies]