org-mode parser in rust
Go to file
Tom Alexander 6e2ff8b870
Revert "Migrating to the new context tree."
This reverts commit c37008df1d41c36780c57054c3d0e0244478c8d5.
2022-11-26 22:36:02 -05:00
src Revert "Migrating to the new context tree." 2022-11-26 22:36:02 -05:00
.dockerignore Initial setup for the parser. 2022-07-16 14:17:33 -04:00
.gitignore Initial setup for the parser. 2022-07-16 14:17:33 -04:00
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 Initial setup for the parser. 2022-07-16 14:17:33 -04:00
toy_language.txt Initial setup for the parser. 2022-07-16 14:17:33 -04:00