Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Use install-info(1) to make sure the "dir" file is updatedHEADmain | EuAndreh | 2022-11-16 | 1 | -0/+2 |
| | |||||
* | Makefile: Define $(INFODIR) based on $(SHAREDIR) | EuAndreh | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | .gitignore: Add public/ | EuAndreh | 2022-08-12 | 1 | -2/+1 |
| | |||||
* | Makefile: Generate HTML from Texinfo in "public" target | EuAndreh | 2022-08-12 | 1 | -6/+8 |
| | |||||
* | doc/guile-heredoc.texi: Init basic documentation skeleton | EuAndreh | 2022-08-12 | 1 | -0/+105 |
| | |||||
* | tests/heredoc.scm: Keep max column width at 80 | EuAndreh | 2022-08-12 | 1 | -1/+2 |
| | |||||
* | Makefile: Fix "public" target dependencies | EuAndreh | 2022-08-12 | 1 | -1/+5 |
| | |||||
* | Makefile: Stop generating PDFs | EuAndreh | 2022-08-12 | 1 | -6/+2 |
| | |||||
* | tests/heredoc.scm: Add test for (enable-syntax) macro | EuAndreh | 2022-08-05 | 3 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Test both compiled and non-compiled variants of the test in order to stress the scenarios of *when* the read-macro is set. Also change the (eval-when ...) case used: - "compile": for when the code is being compiled only, and before its execution; - "eval": for the the code is being evaluated only, during its execution. Also from the Guile manual (via 'info (guile)Loading'): Changing ‘current-reader’ is typically useful to introduce local syntactic changes, such that code following the ‘fluid-set!’ call is read using the newly installed reader. The ‘current-reader’ change should take place at evaluation time when the code is evaluated, or at compilation time when the code is compiled: (eval-when (compile eval) (fluid-set! current-reader my-own-reader)) The ‘eval-when’ form above ensures that the ‘current-reader’ change occurs at the right time. | ||||
* | doc/: Setup Texinfo documentation skeleton | EuAndreh | 2022-05-17 | 4 | -4/+30 |
| | |||||
* | src/xyz/euandreh/heredoc.scm: Add (enable-syntax) macro | EuAndreh | 2022-05-17 | 1 | -1/+6 |
| | |||||
* | src/xyz/euandreh/heredoc.scm: Rename (heredoc-reader ...) to (reader ...) | EuAndreh | 2022-05-17 | 2 | -4/+4 |
| | |||||
* | Update references to src/heredoc.scm | EuAndreh | 2022-05-17 | 4 | -16/+16 |
| | |||||
* | git mv src/heredoc.scm src/xyz/euandreh/ | EuAndreh | 2022-05-17 | 1 | -0/+0 |
| | |||||
* | Add first workikng version, with proper Makefile with "install" target | EuAndreh | 2022-05-17 | 4 | -0/+498 |
| | |||||
* | Initial empty commit | EuAndreh | 2022-05-16 | 0 | -0/+0 |