This library is intended to be compiled into all vxlisp projects.
It also serves as a demonstration of code written in vxlisp.
./scripts/doc - This command builds the documenation html.
./scripts/buildall - This command builds doc, cpp, js, java, C++, CSharp, and Kotlin source and test files.
./scripts/buildcpp - This command builds c++ source and test files.
./scripts/buildcsharp - This command builds csharp source and test files.
./scripts/buildjava - This command builds java source and test files.
./scripts/buildjs - This command builds js source and test files.
./scripts/buildkotlin - This command builds kotlin source and test files.
./scripts/webserver - This command runs the development webserver to server docs and test suite output.