org-mode parser in rust
Go to file
Tom Alexander ba25f5b5ca
Start of flat text element, not handling more complex types like bold and link.
2022-10-15 14:04:24 -04:00
src Start of flat text element, not handling more complex types like bold and link. 2022-10-15 14:04:24 -04: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 Add a license. 2022-07-17 18:45:51 -04: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