forked from katzen-cafe/iowo
lang: current state for archival purposes
This commit is contained in:
parent
37651a83bc
commit
1c6180aabc
10 changed files with 775 additions and 59 deletions
|
@ -209,4 +209,9 @@ impl Output {
|
|||
pub fn errors(&self) -> Vec<SyntaxError> {
|
||||
self.errors.clone()
|
||||
}
|
||||
|
||||
pub fn dissolve(self) -> (GreenNode, Vec<SyntaxError>) {
|
||||
let Self { green_node, errors } = self;
|
||||
(green_node, errors)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue