mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
create preprocessor
This commit is contained in:
parent
21c0f4432e
commit
cfb6ef500a
6 changed files with 43 additions and 16 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue