Ratstail91 / Toy

The Toy Programming Language.
https://toylang.com/
zlib License
231 stars 10 forks source link

Print the contents of each structure #128

Closed Ratstail91 closed 2 weeks ago

Ratstail91 commented 1 month ago

Print the following structures:

Ratstail91 commented 1 month ago

A way to build a string piecemeal, and display it.

Reworking the RefString system, and creating a string builder system could work for this.

Ratstail91 commented 1 month ago

https://en.m.wikipedia.org/wiki/Rope_(data_structure)

Ropes seem like an interesting solution! They might also work with Toy_Bucket; one bucket for the nodes, and one for the c-strings.

Ratstail91 commented 2 weeks ago

Closing this, and moving it to #126