Re: [E-devel] eolian/c request: enums

2016-11-10 Thread marcel-hollerbach
Hi On Thu, Nov 10, 2016 at 09:15:42PM +0900, Jean-Philippe André wrote: > On 10 November 2016 at 18:49, Carsten Haitzler wrote: > > > On Wed, 9 Nov 2016 12:14:36 -0200 Gustavo Sverzut Barbieri < > > barbi...@gmail.com> > > said: > > > > > Hi all, > > > > > > I'm using Eo extensively and its Eoli

Re: [E-devel] eolian/c request: enums

2016-11-10 Thread Gustavo Sverzut Barbieri
On Thu, Nov 10, 2016 at 10:15 AM, Jean-Philippe André wrote: > On 10 November 2016 at 18:49, Carsten Haitzler wrote: > >> On Wed, 9 Nov 2016 12:14:36 -0200 Gustavo Sverzut Barbieri < >> barbi...@gmail.com> >> said: >> >> > Hi all, >> > >> > I'm using Eo extensively and its Eolian works well, grea

Re: [E-devel] eolian/c request: enums

2016-11-10 Thread Jean-Philippe André
On 10 November 2016 at 18:49, Carsten Haitzler wrote: > On Wed, 9 Nov 2016 12:14:36 -0200 Gustavo Sverzut Barbieri < > barbi...@gmail.com> > said: > > > Hi all, > > > > I'm using Eo extensively and its Eolian works well, great work. > > > > But one thing that I struggle in my examples is to trans

Re: [E-devel] eolian/c request: enums

2016-11-10 Thread Gustavo Sverzut Barbieri
On Thu, Nov 10, 2016 at 7:49 AM, Carsten Haitzler wrote: > On Wed, 9 Nov 2016 12:14:36 -0200 Gustavo Sverzut Barbieri > > said: > >> Hi all, >> >> I'm using Eo extensively and its Eolian works well, great work. >> >> But one thing that I struggle in my examples is to translate >> enumerations to

Re: [E-devel] eolian/c request: enums

2016-11-10 Thread The Rasterman
On Wed, 9 Nov 2016 12:14:36 -0200 Gustavo Sverzut Barbieri said: > Hi all, > > I'm using Eo extensively and its Eolian works well, great work. > > But one thing that I struggle in my examples is to translate > enumerations to string and back. I have to repeat that similar code in > my examples

Re: [E-devel] eolian/c request: enums

2016-11-09 Thread Guilherme Íscaro
Indeed. This would be an awesome feature! On Wed, Nov 9, 2016 at 1:51 PM, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > This seems like it would be a great feature to have. > > On Wed, Nov 9, 2016 at 9:16 AM Gustavo Sverzut Barbieri < > barbi...@gmail.com> > wrote: > > > Hi all, >

Re: [E-devel] eolian/c request: enums

2016-11-09 Thread Mike Blumenkrantz
This seems like it would be a great feature to have. On Wed, Nov 9, 2016 at 9:16 AM Gustavo Sverzut Barbieri wrote: > Hi all, > > I'm using Eo extensively and its Eolian works well, great work. > > But one thing that I struggle in my examples is to translate > enumerations to string and back. I

[E-devel] eolian/c request: enums

2016-11-09 Thread Gustavo Sverzut Barbieri
Hi all, I'm using Eo extensively and its Eolian works well, great work. But one thing that I struggle in my examples is to translate enumerations to string and back. I have to repeat that similar code in my examples and I wonder if Eolian should generate them for me... I guess so, what's your tak