From b6e268bdbbdc787e6160fb2f682db9ae32c62c64 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 18 Jul 2023 14:22:45 -0400 Subject: [PATCH] Add a README. --- README.org | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..3136dae --- /dev/null +++ b/README.org @@ -0,0 +1,4 @@ +* Organic - Free Range Org-Mode +Organic is an emacs-less implementation of an [[https://orgmode.org/][org-mode]] parser. +* Project Status +This project is a personal learning project to grow my experience in [[https://www.rust-lang.org/][rust]]. It is under development and at this time I would not recommend anyone use this code. The goal is to turn this into a project others can use, at which point more information will appear in this README.