peelonet / tempearly

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

Add support for stack frames. #91

Closed RauliL closed 9 years ago

RauliL commented 9 years ago

Replaces local variable scopes with stack frames. This way we can later add stack traces and proper error messages with filename and line number tracking.

RauliL commented 9 years ago

Also found two nasty bugs in parser and fixed them.