mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
more primaries
This commit is contained in:
parent
a89c5f91f9
commit
d848818824
4 changed files with 112 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
|||
//!
|
||||
//! The lex module lexes the source code into Tokens
|
||||
|
||||
use crate::errors::{CompilerError, Span};
|
||||
use std::iter::Peekable;
|
||||
use std::str::CharIndices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue