Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print the contents of a structure #128

Open
Ratstail91 opened this issue Sep 28, 2024 · 2 comments
Open

Print the contents of a structure #128

Ratstail91 opened this issue Sep 28, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Ratstail91
Copy link
Owner

Ratstail91 commented Sep 28, 2024

Print the following structures:

  • Toy_Value
  • Toy_Ast
  • Toy_Stack
  • Toy_Bucket

Also, a way to decompile bytecode is needed.

@Ratstail91 Ratstail91 added enhancement New feature or request help wanted Extra attention is needed labels Sep 28, 2024
@Ratstail91
Copy link
Owner Author

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant