mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
test program
This commit is contained in:
parent
1ed076a5d3
commit
bea961bbbd
4 changed files with 28 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ impl Span {
|
|||
#[derive(Debug, Clone)]
|
||||
pub struct Token<'code> {
|
||||
span: Span,
|
||||
kind: TokenType<'code>,
|
||||
pub(crate) kind: TokenType<'code>,
|
||||
}
|
||||
|
||||
impl<'code> Token<'code> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue