gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 20 forks source link

In memory compilation #25

Closed drdrwhite closed 6 years ago

drdrwhite commented 6 years ago

Major rewrite of Gin to support in-memory compilation.

This uses InMemoryCompiler; actually a fork of this project that fixes a bug.

Still left to implement: multi class support (need to fix InMemoryCompiler to support inner classes, for example), and to incorporate the integration tests for this code into the project (I can't get junit to work with the new code, because it takes control of class loading).