tdauth / vjasside

IDE for the scripting languages JASS and vJass of the computer game Warcraft III.
0 stars 0 forks source link

Add some fake interpreter #20

Open tdauth opened 2 years ago

tdauth commented 2 years ago

It should execute the code starting with the main function and at least collect some info like references/leaks/divisions by zero etc. This could be helpful to detect runtime errors.

User interactions could be faked by triggering native events or something like that.