Support for file input and output, including multiple input files with proper position tracking.
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::lexer::Pos;
|
||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||
pub struct Defs {
|
||||
pub defs: Vec<Def>,
|
||||
pub filename: String,
|
||||
pub filenames: Vec<String>,
|
||||
}
|
||||
|
||||
/// One toplevel form in an ISLE file.
|
||||
|
||||
Reference in New Issue
Block a user