create preprocessor

This commit is contained in:
nora 2022-07-18 16:13:21 +02:00
parent 21c0f4432e
commit cfb6ef500a
6 changed files with 43 additions and 16 deletions

View file

@ -552,7 +552,7 @@ where
impl<'src, I> Iterator for Parser<'src, I>
where
I: Iterator<Item = (Tok<'src>, Span)>,
{
{
type Item = Result<Spanned<ExternalDecl>>;
fn next(&mut self) -> Option<Self::Item> {