picea/src/Compiler
Dave Mc Nicoll 35a7bd4cf7 - Block can now reference a 'this' object from it's {% using [ 'this' => new stdClass() ] %} token
- Fixed a bug with {% use %} which was buggy whenever two uses were declared and one of them had a curly braces notation in it.
2024-10-21 18:09:33 +00:00
..
BaseContext.php - Base is done; most of the language's components are now working! 2019-11-01 14:46:01 -04:00
Context.php - Block can now reference a 'this' object from it's {% using [ 'this' => new stdClass() ] %} token 2024-10-21 18:09:33 +00:00