Joshua Bemenderfer thederf
thederf pushed to main at thederf/Terrace 2023-02-12 03:30:15 +00:00
bc2fc78c96 Start working on docs site.
thederf pushed to main at thederf/Terrace 2023-02-10 19:39:17 +00:00
cb09652f61 All tests passing for C implementation.
thederf pushed to main at thederf/Terrace 2023-02-10 19:37:56 +00:00
288c793d5e All tests passing for C implementation.
thederf pushed to main at thederf/Terrace 2023-02-10 18:07:14 +00:00
c41990b793 All JS and Python tests passing.
thederf pushed to main at thederf/Terrace 2023-02-07 21:39:49 +00:00
e72ff2eccf First attempt at Python port, expand tests.
thederf pushed to main at thederf/Terrace 2023-02-07 21:38:27 +00:00
a3bdaa9ac8 First attempt at Python port, expand tests.
thederf pushed to main at thederf/Terrace 2023-02-07 18:33:45 +00:00
ac821e448d Start working on tests.
thederf pushed to main at thederf/Terrace 2023-02-05 13:58:45 +00:00
ea6eb7bd94 Fix obvious bug.
thederf pushed to main at thederf/Terrace 2023-02-05 12:44:15 +00:00
657c95a4c1 Push current progress so I can work on my laptop.
thederf pushed to main at thederf/Terrace 2023-02-04 15:01:22 +00:00
94767772b4 Remove 'nest-whitespace-under-previous-line' logic and move it out to the same level, simplifying parser logic. Users of this lib can implement such behavior if they'd like.
thederf pushed to main at thederf/Terrace 2023-02-04 14:47:10 +00:00
f54e29acbf Remove helper functions in favor of using a smarter next() function in while loops.
thederf pushed to main at thederf/Terrace 2023-02-02 02:50:38 +00:00
6cc901fee5 Fix blank line parsing.
thederf pushed to main at thederf/Terrace 2023-02-02 02:50:23 +00:00
7bdb6c0ed7 Fix blank line rendering.
thederf pushed to main at thederf/ga-covid.thederf.com 2023-02-01 21:12:36 +00:00
915051429c Add data for Jan 25 and Feb 1.
thederf pushed to main at thederf/Terrace 2023-01-31 02:56:12 +00:00
e5244ba2b0 Add initial support for tails.
thederf pushed to main at thederf/Terrace 2023-01-31 02:24:00 +00:00
d568c3efe8 Add initial support for toArray and array-based object values.
thederf pushed to main at thederf/Terrace 2023-01-31 01:59:14 +00:00
4105eb7e0d Add support for collection keys in toObject.
thederf pushed to main at thederf/Terrace 2023-01-31 01:14:35 +00:00
aebe488dad More API cleanup in preparation for a DSL.
thederf pushed to main at thederf/Terrace 2023-01-30 23:54:17 +00:00
67e7811772 Start cleaning up document and the example parser. I think this is the way to move forward, finally. Next up: DSL on top of functions.
thederf pushed to main at thederf/Terrace 2023-01-30 12:57:00 +00:00
b02e742c89 Finish build from yesterday.