Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bournish: Extend 'rm' command. | Ricardo Wurmus | 2017-01-26 | 1 | -0/+12 |
| | | | | | | * guix/build/bournish.scm (rm-command): New procedure. (%commands): Use it. * tests/bournish.scm: Add tests for "rm" and "rm -r". | ||||
* | bournish: Allow compilation of multiple expressions. | Ludovic Courtès | 2016-06-06 | 1 | -0/+42 |
* guix/build/bournish.scm (%bournish-language): Add a joiner to SCHEME. Compile only to Scheme. * tests/bournish.scm: New file. * Makefile.am (SCM_TESTS): Add it. |