mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 18:05:03 +01:00
fix lex test
This commit is contained in:
parent
dc26b52bd2
commit
bc218efe0e
22 changed files with 437 additions and 160 deletions
|
|
@ -3,7 +3,7 @@
|
|||
//! It's a handwritten recursive descent parser. It has an internal peekable iterator from where
|
||||
//! it gets its next tokens. Only a lookahead of one is required.
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(test_ignore_lol)]
|
||||
mod test;
|
||||
|
||||
use crate::ast::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue