org-mode parser in rust
Go to file
2023-03-25 11:59:19 -04:00
org_mode_samples Introduce the document structure. 2023-03-23 17:52:16 -04:00
src Consume the trailing whitespace after a headline. 2023-03-25 11:59:19 -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 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
Makefile Add a top-level Makefile. 2023-03-25 10:07:47 -04:00
rustfmt.toml Initial setup for the parser. 2022-07-16 14:17:33 -04:00
toy_language.txt Consume the trailing whitespace after a headline. 2023-03-25 11:59:19 -04:00