You are not logged in.
Pages: 1
Hi Arnaud
i'm thinking about writing some templates under FireMonkey(NEXTGEN - iOS,Android)
and need your Opinion if SynMustache is easy to port to FireMonkey NEXTGEN Compiler ?
Rad Studio 12.1 Santorini
Offline
SynMustache is tied to SynCommons, for the TTextWriter class, and the TDocVariant custom type.
So porting to the NextGen compiler may be feasible, but some work.
In all cases, a new version of SynMustache may be written.
You may use TJsonVariant, as defined in SynCrossPlatformJSON, instead of TDocVariant, and a regular TTextBuilder for creating the output buffer.
Then re-use the kernel logic of current SynMustache, and the associated tests.
Offline
ty i will think about it
Rad Studio 12.1 Santorini
Offline
Pages: 1