9 Commits

Author SHA1 Message Date
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
4bd4cddbff - Cleaned up a bit and added some methods to give Lean/Console more flexibility 2022-11-29 19:46:40 +00:00
Dave Mc Nicoll
82eca2e520 - Fixed ViewToken and BlockToken inline vars 2020-11-27 11:32:01 -05:00
1334278e37 - Added basic exception remodeling, seaking original template sources. 2020-10-21 03:20:35 +00:00
Dave Mc Nicoll
ce4ef6351a - Small refractoring of code, merge tokens
- Completed block token
2020-05-04 22:50:02 -04:00
ddc3ae704a - Work on Language Handler and extension.
- Added an URL extension which allows routes and URLs.
- Fixed some bug within ClassTemplate
2020-01-23 15:28:05 -05:00
6701a1cd59 - Base is done; most of the language's components are now working!
- Implemented OPCACHE caching
- Added View() token logic
- New FileFetcher added to gather files from given view path
2019-11-01 14:46:01 -04:00
f8e3dbd60f - Work on extension integration.
- WIP of the inline view token
- Began work on compiled-code caching
2019-09-04 15:14:49 +00:00
66c7b349d1 - First commit of first draft 2019-08-21 16:11:39 -04:00