Re: [Cppcms-users] Next CppCMS Feature Poll - actually: let's talk about the template compiler
Brought to you by:
artyom-beilis
From: Nazim C. B. <nz...@pr...> - 2020-08-13 16:04:02
|
Hello, Yes there is. With current design, 1. It's not possible to introduce new tags with the same prefix with existing tags (for example; I couldn't succeed to create 'foreach' tag since there is 'for' tag). 2. All tags must be line-oriented, i.e., it's not possible to introduce new tag with optional newlines inside it. If I remember correct, each tag must start and end within the same line. Regards, Nazim Can. On 13/08/2020 18:54, Pierre Couderc wrote: > ag > > On 8/13/20 4:27 PM, Martin Bürgmann wrote: >> Redo the whole template compiler with something like python-ply >> >> Especially with pt 2 I think the template compiler's code will get >> much simpler. >> > Is there 1 good reason except simplicty to redo instead of improve...? > > PC > > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li...art > https://lists.sourceforge.net/lists/listinfo/cppcms-users |