https://git.dkl9.net/memoire/tree/50049a141bed88b6f79035f2c0df465202d99d18Recent commits to memoire (50049a141bed88b6f79035f2c0df465202d99d18)2021-11-06T23:32:01-04:00tag:gitlist.org,2012:commit/50049a141bed88b6f79035f2c0df465202d99d18Expands on Recfile read/write library2021-11-06T23:32:01-04:00John Smith
<pre>`recparse.lua` has been moved to `recrw.lua` to better reflect its function:
it implements conversion from an internal representation to Rec,
not just the other way around.
The internal representation has changed from lists of label-value pairs
to lists pairing labels with lists of values,
to accommodate the duplication allowed in Rec.
</pre>
tag:gitlist.org,2012:commit/35a7f9bba7a29d5e5dcefc0a70888f3cb9b7a017Initial commit2021-11-06T22:15:30-04:00John Smith
<pre>All that exists so far is
* `example.rec`: an example of the Rec-based format to be used in Memoire
* `recparse.lua`: a Lua module to parse Recfiles
</pre>