aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: disable wrong syntax highlighting.HEADmasterKaz Kylheku2022-08-151-0/+3
|
* Simplify code in get-gerrit-comments.Kaz Kylheku2022-08-151-15/+8
| | | | | | - Don't capture info into variables that are accessed only once and whose content is obvious *and* already named by the struct slot.
* Add README.md and license header.Kaz Kylheku2022-08-152-0/+88
|
* Bugfix: -p <num> patchset selection.Kaz Kylheku2022-08-131-1/+1
| | | | | - match-case must check value against integer predicate, rather than the list pattern (integerp ...).
* Support compiling and path search.Kaz Kylheku2022-08-091-37/+38
| | | | | | | | | | - In the hash bang line: - use /usr/bin/env to find txr in the PATH. - Use new txrlisp hard link, which the file compiler will translate to txrvm for compiled code - Main code is wrapped in (compile-only ...) so that it isn't executed during compilation.
* Initial version.Kaz Kylheku2022-07-031-0/+147
|
* NILKaz Kylheku2022-07-030-0/+0