corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
8 stars 1 forks source link

Standard vector library #4

Closed HuseyinSimsek7904 closed 1 year ago

HuseyinSimsek7904 commented 1 year ago

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.

HuseyinSimsek7904 commented 1 year ago

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.