On Wed, 10 Oct 2012 20:12:36 -0700
Tim Roberts wrote:
> Jean-Michel Pichavant wrote:
> >
> >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 unsucc
Jean-Michel Pichavant wrote:
>
>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
>redirected to template engine specific to html
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
- Original Message -
> On Tue, 09 Oct 2012 20:55:48 +0100
> Andrea Crotti wrote:
>
> > On 10/09/2012 05:00 PM, 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 r
On Tue, 09 Oct 2012 20:55:48 +0100
Andrea Crotti wrote:
> On 10/09/2012 05:00 PM, 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 sear
On 10/09/2012 05:00 PM, 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
redirected to t
14 matches
Mail list logo