From 7fda84a82c9cde483426faf3e320c8a87b54ecd3 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Tue, 3 Jun 2025 11:10:01 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e93b2d8..01bb969 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # slxlibc -Experimental Library for C \ No newline at end of file +Experimental Library for C + +## Features + +* A subset of traditional libc features (e.g. `printf`) +* Some support for high level language features like garbage collection +* Simple licensing, with only small exceptions the code was written by me + +## Limitations + +* Doesn't support all legacy functions +* Incomplete support for error handling, multithreading, signals etc. +* Currently used for testing in-house systems so not readily buildable/testable on commodity platforms \ No newline at end of file