User defined scripts for codes calculations
Quote from Code Wizard on 2022-09-11, 22:37I think it's a good time to add a scripting language so that users can write their own algorithms for calculating codes from the entered data and dumps. Maybe there are those who are willing to carry out this project and help me with the integration?
I think it's a good time to add a scripting language so that users can write their own algorithms for calculating codes from the entered data and dumps. Maybe there are those who are willing to carry out this project and help me with the integration?
Quote from autoscan41 on 2024-03-22, 04:51Good, i think you need to define an intermediate representation for your scripting language, which can be translated into executable code by your program.
Good, i think you need to define an intermediate representation for your scripting language, which can be translated into executable code by your program.
Quote from Code Wizard on 2024-03-24, 08:18I leave this part for a third-party developer who wants and can create such functionality in the form of a static or dynamic library that can be connected to the program and simply use through the API.
I leave this part for a third-party developer who wants and can create such functionality in the form of a static or dynamic library that can be connected to the program and simply use through the API.