org-mode parser in rust
Go to file
Tom Alexander 74fc440cbd
Move parsers for specific objects/elements to their own files.
The parsers are the most complicated part, so I want them in their own files. I am uncertain if I want to move their corresponding structs or just the parsers.
2023-03-25 12:53:57 -04:00
org_mode_samples Introduce the document structure. 2023-03-23 17:52:16 -04:00
src Move parsers for specific objects/elements to their own files. 2023-03-25 12:53:57 -04:00
trash Move old modules out of the src tree. 2023-03-25 12:25:05 -04: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
Makefile Add a top-level Makefile. 2023-03-25 10:07:47 -04:00
rustfmt.toml
toy_language.txt Test cases showing headings handling nesting properly. 2023-03-25 12:01:50 -04:00