rch about this subject has been quite unsuccessful, I've been
> >redirected to template engine specific to html mostly.
> >
> >Does anybody knows a python template engine for generating C++ code ?
>
> I'm a big fan of Cheetah. It's simple but flexible enough to b
to template engine specific to html mostly.
>
>Does anybody knows a python template engine for generating C++ code ?
I'm a big fan of Cheetah. It's simple but flexible enough to be useful.
Besides the many web projects I've done with it, I also I use it in one
project to generat
Jean-Michel Pichavant, 10.10.2012 17:05:
>> SoC == System On a Chip.
>>
>> It's a single-chip micro-controller embedded inside something that's
>> not a general purpose computer (e.g. it's in a router, or piece of
>> industrial equipment, or whatever). It may only have a couple MB of
>> memory, it
- Original Message -
> On 2012-10-10, Etienne Robillard wrote:
> > On Wed, 10 Oct 2012 11:59:50 +0200 (CEST)
> > Jean-Michel Pichavant wrote:
> >
> >> Well, the C++ code will end up running on a MIPS on a SOC,
> >> unfortunately, python is not an option here. The xml to C++ makes
> >> a
On 2012-10-10, Etienne Robillard wrote:
> On Wed, 10 Oct 2012 11:59:50 +0200 (CEST)
> Jean-Michel Pichavant wrote:
>
>> Well, the C++ code will end up running on a MIPS on a SOC,
>> unfortunately, python is not an option here. The xml to C++ makes a
>> lot of sense, because only a small part of
On 10/09/2012 10:00 AM, Jean-Michel Pichavant wrote:
> Greetings,
>
> I'm trying to generate C++ code from an XML file. I'd like to use a template
> engine, which imo produce something readable and maintainable.
> My google search about this subject has been quite unsuccessful, I've been
> redir
> sorry but i don't get what you mean with a "MIPS on a SOC". Is not
> Python well supported on MIPS ?
Sorry, SOC means system on chip. The binary runs on the MIPS, there's no file
system, no operanding system, except for one very basic task scheduler.
That's why everything is done at compile t
Am 09.10.2012 18:00, schrieb Jean-Michel Pichavant:
I'm trying to generate C++ code from an XML file. I'd like to use a
template engine, which imo produce something readable and
maintainable.
[...]
Here's my flow:
XML file -> nice python app -> C++ code
There is one question that you should an
2012/10/10 Jean-Michel Pichavant :
> Well, the C++ code will end up running on a MIPS on a SOC, unfortunately,
> python is not an option here.
> The xml to C++ makes a lot of sense, because only a small part of the code is
> generated that way (everything related to log & fatal events). Everythin
Jean-Michel Pichavant, 10.10.2012 11:59:
> Well, the C++ code will end up running on a MIPS on a SOC,
> unfortunately, python is not an option here. The xml to C++ makes a lot
> of sense, because only a small part of the code is generated that way
> (everything related to log & fatal events). Every
On Wed, 10 Oct 2012 11:59:50 +0200 (CEST)
Jean-Michel Pichavant wrote:
> Well, the C++ code will end up running on a MIPS on a SOC, unfortunately,
> python is not an option here.
> The xml to C++ makes a lot of sense, because only a small part of the code is
> generated that way (everything re
> > > a template engine, which imo produce something readable and
> > > maintainable.
> > > My google search about this subject has been quite unsuccessful,
> > > I've been redirected to template engine specific to html mostly.
> > >
> &
dable and maintainable.
> > My google search about this subject has been quite unsuccessful, I've been
> > redirected to template engine specific to html mostly.
> >
> > Does anybody knows a python template engine for generating C++ code ?
> >
> > Here's m
redirected to template engine specific to html mostly.
Does anybody knows a python template engine for generating C++ code ?
Here's my flow:
XML file -> nice python app -> C++ code
From what I know I could use Cheetah, a generic template engine. I never used
it though, I'm no
.
Does anybody knows a python template engine for generating C++ code ?
Here's my flow:
XML file -> nice python app -> C++ code
>From what I know I could use Cheetah, a generic template engine. I never used
>it though, I'm not sure this is what I need.
I'm familiar w
15 matches
Mail list logo