FreneticLLC / FreneticScript

The Frenetic Scripting Engine (dll)
MIT License
4 stars 1 forks source link

Compile to CIL #9

Closed mcmonkey4eva closed 7 years ago

mcmonkey4eva commented 8 years ago

We should compile scripts partially down to CIL ( https://en.wikipedia.org/wiki/Common_Intermediate_Language ) for the sake of efficiency / run speed.

This would primarily affect a few key points:

There are drawbacks too of course:

mcmonkey4eva commented 8 years ago

In progress!

mcmonkey4eva commented 7 years ago

It's not perfect but this is being done. A ton of stuff compilers cleverly!