smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Feature/ls24003047/pointer variables #552

Closed dom-apuliasoft closed 4 months ago

dom-apuliasoft commented 4 months ago

Description

Add support for pointer variable declarations. This is needed to further expand the work done in #549 in order to avoid data reference errors thrown by EVAL statements based on %alloc, %realloc and %addr.

Changes also include support for *NULL often used to initialize pointer variables with INZ(*Null).

Related to:

Checklist:

lanarimarco commented 4 months ago

You should resolve conficts. Thank you