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

Sept improvements #222

Merged
merged 20 commits into from
Oct 4, 2023
Merged

Sept improvements #222

merged 20 commits into from
Oct 4, 2023

Conversation

stevehalliwell
Copy link
Owner

@stevehalliwell stevehalliwell commented Oct 3, 2023

Collapse scanner back to all at once, allows for string interpolation.
Removes data and system types, expands class to support these use cases more easily. Ultimately it was the data defining flexibility that was valuable, but reserving the words data and system were very annoying.
Modulus now does the wrapping behaviour you actually want.
Every class runs in it's own chunk, this pushes the looming 256 constant limit having to be resolved further down the road.
Move user type definition to compile time. Removes the need for FIELD, METHOD, TYPE, MIXIN opcodes.

close #183

Remember to Add/Update the:

  • Sample scripts
  • Test scripts

@stevehalliwell stevehalliwell merged commit 9913576 into main Oct 4, 2023
4 checks passed
@stevehalliwell stevehalliwell deleted the improvements branch October 4, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Determine value in moving type construction to compiler
1 participant