[TYPO3-dev] TS compiler

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Mon May 14 09:39:20 CEST 2007


Stefan Kreisberg schrieb:
> 
> And what about TS for vs. 5.0?

See threads in typo3.projects.typo3-5_0.general

The plan is to represent TS objects as PHP objects. Every TS configuration 
variable will be a PHP property of the object. So there will be no 
configuation array but a TS object tree.

This means that any C parser may still read the TS code but will have to 
instantiate PHP objects. For the PHP parser the idea is to use reflection 
for syntax checking. Maybe the C parser needs an extra step and we need to 
create an external XML file (eg in Relax NG or whatever) file that 
describes the syntax.

Please post any comments on this plan in the mentioned list!

Masi




More information about the TYPO3-dev mailing list