Skip to content

Conversation

@ogoffart
Copy link
Member

I'm attempting to "simplify" things. I don't know if that works
But the idea is that i would like to split the properties and callback into different arrays because having indexes specific for properties and callback makes things easier for a LLR based interpreter.

Copy link
Member

@tronical tronical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those two being mangled together always bothered me a little, so I welcome the separation.

In preparation to have callback and properties in different vector
As this goes for property, function, callback
The idea is that we want to be able to get a scope without borrowing the
llr::Compilation unit so we can have mutable borrow to the compilation
unit
@ogoffart ogoffart force-pushed the olivier/compiler branch 2 times, most recently from 3d368a1 to 9813c33 Compare November 12, 2025 08:25
@ogoffart ogoffart merged commit 535a5b5 into master Nov 12, 2025
40 checks passed
@ogoffart ogoffart deleted the olivier/compiler branch November 12, 2025 11:07
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.

3 participants