about summary refs log tree commit diff stats
path: root/subx/apps/subx-common.subx
Commit message (Collapse)AuthorAgeFilesLines
* implement compute-widthnc2019-06-081-2/+357
|
* added tests for compute-widthnc2019-06-081-0/+112
|
* .Kartik Agaram2019-05-271-115/+107
| | | | | | 'get-or-insert-stream' is now the more generic 'get-or-insert' that can handle tables of any value type. But callers have to be careful to cast values to the right type.
* .Kartik Agaram2019-05-261-0/+274
|
* standardize function namesKartik Agaram2019-05-021-3/+3
| | | | | Operations on buffered-file now always include the word 'buffered'. More verbose, but hopefully this highlights holes in the library.
* 5105Kartik Agaram2019-04-161-0/+198
| | | | | Pull in a _different_ function than `next-word` (commit 5092) into a shared file between phases. Let's see how this goes.
* 5092Kartik Agaram2019-04-151-251/+0
| | | | | | | Realization: 'next-word' can't be reused in converting string literals, because it has to understand string literals. Let's just keep each phase self-contained.
* 5058Kartik Agaram2019-04-051-0/+251