You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to embed Chaos as a scripting language? Or is there a way to link against a static version?
Maybe #include chaos.h and call a parse() function? I couldn't find any such function, is there a way to do this?
Thanks in advance for any help or guidance as to how this could be done!
The text was updated successfully, but these errors were encountered:
@StefanLaszlo I'm not sure what you mean by embed but as far as I understand, you want to a function like eval() in other languages like PHP. There is such a function in here but it's not exposed in Chaos.h though we can add it. Is it what you want?
Is it possible to embed Chaos as a scripting language? Or is there a way to link against a static version?
Maybe #include chaos.h and call a parse() function? I couldn't find any such function, is there a way to do this?
Thanks in advance for any help or guidance as to how this could be done!
The text was updated successfully, but these errors were encountered: