updated readme

This commit is contained in:
Luxferre
2026-07-03 12:47:21 +03:00
parent f0918f8895
commit d7c88e9b56
+1
View File
@@ -18,6 +18,7 @@ The core spec of Clyx is mostly stable but the standard library is still a work-
- Character I/O (implementation-dependent) - Character I/O (implementation-dependent)
- File I/O (may not support all features on some targets) - File I/O (may not support all features on some targets)
- TCP socket I/O (may not be supported on some targets) - TCP socket I/O (may not be supported on some targets)
- Host language interop (may not be supported on some targets, only to be used when nothing else helps)
- Platform-agnostic [standard library](lib.clx) - Platform-agnostic [standard library](lib.clx)
- Ability to include custom modules into the current runtime context (depends on file I/O capabilities) - Ability to include custom modules into the current runtime context (depends on file I/O capabilities)