The-Tin-Foil-Hat-Society / tin

A procedural programming language written primarily for use on RISC-V hardware.
MIT License
7 stars 1 forks source link

Standard library #14

Open aaf6aa opened 2 years ago

aaf6aa commented 2 years ago

Once the compiler is thoroughly tested and all of the basic features have been added, having a standard library would be a great addition, even if it's small. Consider adding math and vectors as a bare minimum.

Do not assign yourself or this task until the compiler is more complete.

aaf6aa commented 2 years ago

Now with #28 , it's possible to write standard libraries in tin and include them in any tin program. Though some language features are not compileable yet, it gives us the opportunity to get a headstart on writing such libraries.