maxkleiner / maXbox4

code compiler script studio
GNU General Public License v3.0
23 stars 10 forks source link

Subtype checking #10

Closed maxkleiner closed 1 year ago

maxkleiner commented 5 years ago

a lot of types are alias like CL.AddTypeS('TSocket', 'Integer'); //delphisocks as longint CL.AddTypeS('TInAddr', 'record S_addr : Cardinal; end'); for the meantime theres no controller for those alias types.

maxkleiner commented 5 years ago

Max Kleiner – Scripten wie Shell Boy

Skripten wie Shell Boy oder lieber schmoren in der Shell Hell? Max zeigt mit Pascal Script und Delphi XE in der maXbox wie sich jede Delphi App native erweitern lässt. Mit einer Skript-Engine kann man (und auch die Kunden selbst) eine Anwendung auf eigene Anforderungen anpassen, ohne neu zu kompilieren. Darüber hinaus lassen sich Apps aktualisieren, tunen und testen, indem einfach eine neue Skriptdatei als Bytecode oder Batch die Produktion verlässt.

maxkleiner commented 1 year ago

we can search for modules with list_modules ()and then function names to get possible alias: amemo2.lines.add(list_modules(exepath+'maxbox4.exe'));