Commit Graph

3 Commits

Author SHA1 Message Date
79a06a0be8 feat: add async I/O, double type, file I/O, and break/continue to RC interpreter
Implement multi-threaded async file and socket operations with pthread-based worker pool, add double floating-point type with conversion and arithmetic functions, introduce file I/O system with fopen/fclose/fread/fwrite/fgets/fputs, and add break/continue control flow statements. Update Makefile with new test and example targets, extend README and TUTORIAL.md with comprehensive documentation and usage examples, and include async_demo.rc example and async_io_test.rc test suite.
2025-11-23 13:30:46 +00:00
67c15f026d docs: add increment/decrement operator section with pre/post examples to TUTORIAL.md table of contents and body 2025-11-22 23:19:52 +00:00
82722a757a feat: add comprehensive interactive tutorial with 15-section code walkthrough for RC language beginners 2025-11-22 22:28:28 +00:00