Skip to content

Compiling method with pragma - #262

Open
luc-raz wants to merge 9 commits into
mainfrom
243-Compiling-primitive-methods
Open

Compiling method with pragma#262
luc-raz wants to merge 9 commits into
mainfrom
243-Compiling-primitive-methods

Conversation

@luc-raz

@luc-raz luc-raz commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Fix: #243
Now, can compile successfully pragma with only simple primitive (eg: primitive:1)

For the case of pragma that defines an error variable, we need to define a temp for it. But for now, we are always using temp vector for handling all the temps (in the picture). So it breaks the execution of the method.
We need to rework on it after the optimisation of the use of the temp vector.

pragmas

@luc-raz
luc-raz requested a review from PalumboN September 2, 2026 15:04
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.

Compiling primitive methods

1 participant