more primaries

This commit is contained in:
nora 2021-10-31 00:19:07 +02:00
parent a89c5f91f9
commit d848818824
4 changed files with 112 additions and 4 deletions

View file

@ -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;