peelonet / tempearly

Minimal scripting language / templating engine.
2 stars 0 forks source link

Bug fix: Typeless builtin methods. #93

Closed RauliL closed 9 years ago

RauliL commented 9 years ago

Fixes an issue where some builtin methods remain typeless because Interpreter::cFunction is initialized after builtin methods have been constructed.