Add utilities and documentation

Add portable filesize and logging C libraries and documentation for development.
This commit is contained in:
Aidan C. Mullen 2025-03-06 19:55:35 -05:00
parent 724659b25f
commit d460a7ca93
12 changed files with 627 additions and 283806 deletions

View file

@ -0,0 +1,11 @@
2.3 EXTENSIONS
==============
For extensions minimal and embeddable scripting language is ideal. For
this reason Lua is the preferred langauge with regard to extending the
application, as it is extremely small, allowing for minimal overhead and
employment in minimized builds; written in ANSI-C89, so it will run on virtually
any platform dating back aged legacy systems; and has a profoundly
apprehensive C API, which allows for trivial integration with minimal friction.
--- end of 2.3 EXTENSIONS ---