smeup / jariko

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

Feature/add oncompilationunitencodingerror callback #569

Closed lanarimarco closed 3 months ago

lanarimarco commented 3 months ago

Description

Add JarikoCallback.onCompilationUnitEncodingError callback.
This callback could be useful if you want to handle errors during the compilation unit encoding when you need to make these errors non-blocking.

Checklist: