tcl: Phase 3 OCaml primitives — file I/O + clock; refresh prolog scoreboard

file-read/write/append/exists?/glob + clock-seconds/milliseconds/format
registered in sx_primitives.ml; unix dep added to dune. Unlocks Tcl
open/read/puts-to-file, glob, clock seconds/format commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 18:27:48 +00:00
parent 74e020359f
commit 2249863d2d
5 changed files with 160 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
(library
(name sx)
(wrapped false)
(libraries re re.pcre))
(libraries re re.pcre unix))