org-mode parser in rust
Go to file
Tom Alexander 412bdcda28
Fix problem with detecting end of plain list item.
The problem is line indented lte does not match because we aren't consuming the whitespace that the plain list would consume.
2023-04-14 23:56:55 -04:00
notes Adding some notes on the exit matcher loop issue. 2023-03-27 12:33:58 -04:00
org_mode_samples Fix plain list parser to not consume trailing whitespace on the last item. 2023-04-14 19:24:05 -04:00
scripts Fix case where indentation was causing the plain list item matcher to match items it wouldn't use in other parts. 2023-04-14 19:56:54 -04:00
src Fix problem with detecting end of plain list item. 2023-04-14 23:56:55 -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 Dump the elisp when running compare. 2023-04-10 14:36:38 -04:00
LICENSE Add a license. 2022-07-17 18:45:51 -04:00
Makefile End plain lists when there are two blank lines. 2023-04-12 13:09:44 -04:00
rustfmt.toml Initial setup for the parser. 2022-07-16 14:17:33 -04:00
toy_language.txt Fix plain list parser to not consume trailing whitespace on the last item. 2023-04-14 19:24:05 -04:00