diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-08 12:13:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-08 13:06:11 +0100 |
| commit | 38c5c362419c5eee7a4fdc0b43d3a9dfb339a6d2 (patch) | |
| tree | 51faa3f6bbc56f75636823adeea135ed76e1b33b /src/source.rs | |
| parent | 75fffc1f9b6ef8bf258b2b1845a4ba74a0f5f2c1 (diff) | |
Final touches
Diffstat (limited to 'src/source.rs')
| -rw-r--r-- | src/source.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.rs b/src/source.rs index 713380c5..85f48491 100644 --- a/src/source.rs +++ b/src/source.rs @@ -144,6 +144,7 @@ impl SourceFile { } } + /// The file's abstract syntax tree. pub fn ast(&self) -> TypResult<Markup> { let red = RedNode::from_root(self.root.clone(), self.id); let errors = red.errors(); |
