diff options
| author | 2024-10-13 22:12:53 -0400 | |
|---|---|---|
| committer | 2024-10-13 22:12:53 -0400 | |
| commit | ca1b77d013ce2e14238e4f07c5831bb4cec1b614 (patch) | |
| tree | 98c5899d3de420bf6d378699a87b00086a6a3280 /miniscm/README.rst | |
| parent | read.scm: more complete support for special numbers (diff) | |
Diffstat (limited to 'miniscm/README.rst')
| -rw-r--r-- | miniscm/README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/miniscm/README.rst b/miniscm/README.rst new file mode 100644 index 0000000..1a5b7fe --- /dev/null +++ b/miniscm/README.rst @@ -0,0 +1,11 @@ +======= +Miniscm +======= + +A lightly modified version of minischeme. Includes + +1) String access operators (``string-ref``, ``string-length``) +2) ability to create strings and symbols using ``list->string``, + ``string->symbol`` +3) ports (``open-input-port``, etc.) +4) chars |
