1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Things To Do -*- Org -*-
============
* compatibility with Guile 1.[64]
* augment the reader library: R5RS, Guile, Guile + keywords, Skribe
* use Gnulib
* fixes from the new reader in Guile 1.8.3
** augment `scm_read_number_and_radix ()' for `e', etc.
** must pass `fractions.test'
** see miscellaneous `#' syntaxes, e.g., `#@'
** `read_token ()': use `CHAR_IS_DELIMITER ()'
** `read_token ()': signal *READ == BUFSIZE
* support for SRFI-38 (data with shared structure)
* support for SRFI-88 (keyword objects)
* why not rather write an actual lexer compiler?
|