jhcr icon indicating copy to clipboard operation
jhcr copied to clipboard

A compiler to allow hot code reload in WarCraft 3

Results 3 jhcr issues
Sort by recently updated
recently updated
newest added

I was looking at some profiles (re #9) and after the Instruction optimizer the parser takes the second place, especially makeExpressionParser.

enhancement

d24e65e test trigger: global variable integer udg_test = 0 on event do: ``` set udg_test = udg_test + 1 call BJDebugMsg(I2S(udg_test)) // reloaded code was above 2 code copied 999...

Hi, how to compile this to ubuntu? I want try this with wurstscript on wine. I try `make install`, `make jhcr`, etc, with no result. Current progress: ```bash make jhcr...