organic/src
Tom Alexander 77de97703f
Remove all the old references to "toy language"
This is a relic from the early development days in this repo. When I first started this repo, it was a clean-slate playground to test ideas for solving the road blocks I hit with my previous attempt at an org-mode parser. To keep things simple, I originally only had a very basic set of syntax rules that only vaguely looked similar to org-mode. Once I had things figured out, I kept developing in this repo, morphing it into a full org-mode parser. A couple of references to those early days still remained, and this patch should get rid of the last of them.
2023-08-10 18:52:57 -04:00
..
compare Create structure for timestamps. 2023-07-24 17:34:07 -04:00
error Solve the rest of the compiler warnings. 2023-04-21 18:42:31 -04:00
parser Do not consume space in time rest when leading into a repeater or delay. 2023-07-27 20:39:13 -04:00
init_tracing.rs Remove all the old references to "toy language" 2023-08-10 18:52:57 -04:00
lib.rs Move the sexp parser into the parser crate. 2023-04-21 20:32:51 -04:00
main.rs Switch the compiled bin to running a diff just like the automated tests. 2023-08-10 18:46:19 -04:00