chibi-scheme/lib
Arthur A. Gleckler 73875cbaf7 Fix bug: attributes without values didn't work.
Before, it was necessary to do something like this:

  (option (@ (selected . #false) (value "any")) "any")

instead of:

  (option (@ (selected) (value "any")) "any")

Only the former is valid SXML, as far as I can tell from the SXML
specification:

  <https://dl.acm.org/doi/pdf/10.1145/571727.571736>
2022-10-11 21:22:39 -07:00
..
chibi Fix bug: attributes without values didn't work. 2022-10-11 21:22:39 -07:00
scheme More tests for unaligned bytevector access 2020-11-30 17:15:57 +09:00
srfi Fix bug in procedure-flags in (chibi ast) (issue #864) 2022-10-05 09:06:51 +09:00
init-7.scm propagate source info manually in let (issue #835) 2022-05-29 08:03:32 +09:00
meta-7.scm Make environment immutable and add mutable-environment alternative (issue #863). 2022-10-04 16:07:36 +09:00