org-mode parser in rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Tom Alexander a4cce121c0
Add an exit matcher to plain text.
1 year ago
notes Adding some notes on the exit matcher loop issue. 1 year ago
org_mode_samples Add a simple example of text markup. 1 year ago
scripts Very simple table is parsing now. 1 year ago
src Add an exit matcher to plain text. 1 year ago
tests Introduce a sexp_with_padding parser. 1 year ago
.dockerignore Initial setup for the parser. 2 years ago
.gitignore Initial setup for the parser. 2 years ago
Cargo.toml Accounting for the blank lines at the head of documents and comments plus property drawer at the head of the zeroth section. 1 year ago
LICENSE Add a license. 2 years ago
Makefile Only build musl binaries on linux. 1 year ago
build.rs Mark tests that we expect to fail. 1 year ago
rustfmt.toml Add an exit matcher to plain text. 1 year ago
toy_language.txt First attempt at text markup. 1 year ago