org-mode parser in rust
Go to file
Tom Alexander 95a043deef
Huh, managed to solve the lifetime issue using HRTB. Not sure if I should be changing the 'r at the end of the line.
2022-12-10 20:56:06 -05:00
src Huh, managed to solve the lifetime issue using HRTB. Not sure if I should be changing the 'r at the end of the line. 2022-12-10 20:56:06 -05:00
.dockerignore
.gitignore
Cargo.toml Switch to using tracing instead of logging. 2022-11-25 17:27:29 -05:00
LICENSE Add a license. 2022-07-17 18:45:51 -04:00
language_rules.txt Implement logic for checking the fail matchers without keeping mutable borrows open for longer than the execution of that function. 2022-10-15 00:39:32 -04:00
rustfmt.toml
toy_language.txt