Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-31 Thread daniel.za...@samsung.com
On 12/31/2013 08:00 AM, Carsten Haitzler (The Rasterman) wrote: On Thu, 05 Dec 2013 14:12:21 +0200 Yakov Goldberg yako...@samsung.com said: Hi guys, we have some additional question. Here is some part of ElmFileselector.eo file. (Still in JSON) You can see selected_set and selected_get are

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-30 Thread The Rasterman
On Thu, 05 Dec 2013 14:12:21 +0200 Yakov Goldberg yako...@samsung.com said: Hi guys, we have some additional question. Here is some part of ElmFileselector.eo file. (Still in JSON) You can see selected_set and selected_get are described, as methods. Why? Because I generate, this eo file,

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-08 Thread daniel.za...@samsung.com
Hi Jeremy, I looked at your tokenizer, really looks great. I integrated it into Eolian and it works. I created a branch for that so you can throw an eye ;-) there: https://github.com/eflisrael/eolian/commits/eo_new_format I have to check more but I think

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-05 Thread Yakov Goldberg
Hi guys, we have some additional question. Here is some part of ElmFileselector.eo file. (Still in JSON) You can see selected_set and selected_get are described, as methods. Why? Because I generate, this eo file, by parsing descriptions of eo classes. If there are two functions which have: -

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-04 Thread Jérémy Zurcher
any news ?? On Thursday 28 November 2013 14:56, Jérémy Zurcher wrote : Hi Daniel, clone my repo and test it, ask anything anytime ;) ragel doc is very good http://www.complang.org/ragel/ragel-guide-6.8.pdf about the functions definitions. do you want to have them in the .eo file too,

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-04 Thread daniel.za...@samsung.com
Hi Jeremy, Sorry, I didn't have time this week, I hope to look at it until the end of the week or next week. Daniel On 12/04/2013 03:44 PM, Jérémy Zurcher wrote: any news ?? On Thursday 28 November 2013 14:56, Jérémy Zurcher wrote : Hi Daniel, clone my repo and test it, ask anything

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread Jérémy Zurcher
Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer which does not all but most of the job. First time I play with ragel, had much fun!! about the .eo file syntax: YAML is easier than

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread Tom Hacohen
On 28/11/13 11:08, Jérémy Zurcher wrote: Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer which does not all but most of the job. First time I play with ragel, had much fun!!

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen tom.haco...@samsung.com said: On 28/11/13 11:08, Jérémy Zurcher wrote: Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-24 Thread Yakov Goldberg
Hi again! Kai, Cedric thanks for answer! Comments added. On 11/22/2013 04:20 AM, Cedric BAIL wrote: On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko kai.huu...@gmail.com wrote: 17.11.2013 15:53, Yakov Goldberg kirjoitti: Short memo about a project: The idea is that each Eo class is represented

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-24 Thread daniel.za...@samsung.com
On 11/24/2013 11:34 AM, Yakov Goldberg wrote: Hi again! Kai, Cedric thanks for answer! Comments added. On 11/22/2013 04:20 AM, Cedric BAIL wrote: On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko kai.huu...@gmail.com wrote: 17.11.2013 15:53, Yakov Goldberg kirjoitti: Short memo about a project:

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-24 Thread Kai Huuhko
24.11.2013 11:34, Yakov Goldberg kirjoitti: Hi again! Kai, Cedric thanks for answer! Comments added. On 11/22/2013 04:20 AM, Cedric BAIL wrote: On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko kai.huu...@gmail.com wrote: 17.11.2013 15:53, Yakov Goldberg kirjoitti: Short memo about a project:

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-24 Thread Kai Huuhko
24.11.2013 13:01, daniel.za...@samsung.com kirjoitti: On 11/24/2013 11:34 AM, Yakov Goldberg wrote: Hi again! Kai, Cedric thanks for answer! Comments added. On 11/22/2013 04:20 AM, Cedric BAIL wrote: On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko kai.huu...@gmail.com wrote: 17.11.2013 15:53,

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-21 Thread Cedric BAIL
On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko kai.huu...@gmail.com wrote: 17.11.2013 15:53, Yakov Goldberg kirjoitti: Short memo about a project: The idea is that each Eo class is represented into a .eo file. These files are manually modified to add new functions, comments, callbacks... and

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-21 Thread Kai Huuhko
17.11.2013 15:53, Yakov Goldberg kirjoitti: Hi all :) I'd like to start new thread on discussion of Eo format. Short memo about a project: The idea is that each Eo class is represented into a .eo file. These files are manually modified to add new functions, comments, callbacks... and

[E-devel] Eolian meta-data parsing, episode 2

2013-11-17 Thread Yakov Goldberg
Hi all :) I'd like to start new thread on discussion of Eo format. Short memo about a project: The idea is that each Eo class is represented into a .eo file. These files are manually modified to add new functions, comments, callbacks... and parsed and the generation phase updates the C/H files.