diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-06-14 07:09:59 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-06-14 07:09:59 -0700 |
| commit | 68745e87a73ed7cfa305ee5319b85aeef85eb088 (patch) | |
| tree | 0a18f2543571dd095eacf06c4c7141b6e22093f1 /src/lib.rs | |
| parent | 038884232b6efbabb414cb011fa0fc4e3b4c8fd6 (diff) | |
| download | crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.gz crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.bz2 crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.tar.xz crimtag-68745e87a73ed7cfa305ee5319b85aeef85eb088.zip | |
In progress...
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -208,7 +208,7 @@ fn exec<T: MappedStructure>(input: &StatefulContext<T>, tokens: &Vec<Token>, buf | |||
| 208 | println!("Doesn't match."); | 208 | println!("Doesn't match."); |
| 209 | 209 | ||
| 210 | } | 210 | } |
| 211 | exec( &StatefulContext::full(input.root,d), code, buf )? | 211 | exec( &StatefulContext::root(d), code, buf )? |
| 212 | } | 212 | } |
| 213 | } | 213 | } |
| 214 | } | 214 | } |
