A standard vector library should be created (vector64). Vectors are useful to create dynamic sized containers and they will make writing the Corth compiler easier.
Realized that there is no need for such a library, as there is the dynamic/utils library which should and will include everything this library should do.
A standard vector library should be created (vector64). Vectors are useful to create dynamic sized containers and they will make writing the Corth compiler easier.