emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tomelr 8da825067b 15/84: chore(readme): Update


From: ELPA Syncer
Subject: [elpa] externals/tomelr 8da825067b 15/84: chore(readme): Update
Date: Tue, 3 May 2022 09:58:08 -0400 (EDT)

branch: externals/tomelr
commit 8da825067b69d9c3e8a18f7f553403e25be846fc
Author: Kaushal Modi <kaushal.modi@gmail.com>
Commit: Kaushal Modi <kaushal.modi@gmail.com>

    chore(readme): Update
---
 README.org | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index b3b4c0ae91..8768d21280 100644
--- a/README.org
+++ b/README.org
@@ -16,6 +16,20 @@ the Emacs core library 
[[https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/j
 
 It will then be gradually refactored so that it meets the
 specification defined below.
+* Library Completion Status [0/6]
+- [-] Scalar
+  - [X] Boolean
+  - [ ] String
+  - [ ] Integer
+  - [ ] Float
+  - [ ] Date + Time with Offset
+  - [ ] Date
+  - [ ] Nil
+- [ ] Arrays
+- [ ] Array of Arrays
+- [ ] Tables
+- [ ] Array of Tables
+- [ ] Property Lists
 * Specification and Conversion Examples
 [[https://scripter.co/defining-tomelr/][Companion blog post]]
 
@@ -906,7 +920,7 @@ list_of_lists = [ [1.0, 2.0],
 }
 #+end_example
 
-* COMMENT Development
+* Development
 ** Running Tests
 *** Run all tests
 #+begin_src shell
@@ -932,8 +946,9 @@ the above JSON examples.
           (json-encoding-pretty-print t))
       (json-encode object))))
 #+end_src
-* Reference
-[[https://toml.io/en/v1.0.0/][TOML v1.0.0 Spec]]
+* References
+- [[https://toml.io/en/v1.0.0/][TOML v1.0.0 Spec]]
+- [[https://toolkit.site/format.html][Online JSON/TOML/YAML converter]]
 * COMMENT Local Variables                                                   
:ARCHIVE:
 # Local Variables:
 # eval: (setq-local org-fold-core-style 'overlays)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]