giles
b939becd86
ocaml: character type — Char of int, #\a parser, all char primitives
- Char of int variant in sx_types.ml (Unicode codepoint)
- type_of → "char", inspect → #\a / #\space / #\newline notation
- #\ char literal reader in sx_parser.ml (named + single-char)
- make-char char? char->integer integer->char char-upcase char-downcase
- char=? char<? char>? char<=? char>=? comparators
- char-ci=? char-ci<? char-ci>? char-ci<=? char-ci>=? case-insensitive
- char-alphabetic? char-numeric? char-whitespace? char-upper-case? char-lower-case?
- string->list (returns Char values) and list->string (accepts Char values)
- fix get_val in sx_runtime.ml: add Integer n case for list indexing
- fix raw_serialize in sx_server.ml: Integer and Char variants
- 4493/4493 tests — +43 passing, zero regressions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 12:19:42 +00:00
..
2026-03-26 00:54:23 +00:00
2026-04-22 13:31:17 +00:00
2026-03-15 23:28:48 +00:00
2026-03-29 01:28:53 +00:00
2026-04-23 07:11:07 +00:00
2026-05-01 08:21:45 +00:00
2026-05-01 12:19:42 +00:00
2026-04-03 18:07:35 +00:00