mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 09:05:06 +01:00
some things! progress! and suffering!
This commit is contained in:
parent
2ce2edfc64
commit
2fa0615ee5
11 changed files with 630 additions and 36 deletions
|
|
@ -9,7 +9,7 @@ use peekmore::PeekMore;
|
|||
|
||||
use crate::Span;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum PToken<'src> {
|
||||
HeaderName(&'src str),
|
||||
Identifier(&'src str),
|
||||
|
|
@ -21,7 +21,7 @@ pub enum PToken<'src> {
|
|||
Error,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum Punctuator {
|
||||
/// [ <:
|
||||
BracketOpen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue