On Fri, 19 Oct 2012 11:28:48 +0900 Cedric BAIL <cedric.b...@free.fr>
wrote:

> Hello John,
> 
> On Fri, Oct 19, 2012 at 9:29 AM, john.d....@gmail.com
> <john.d....@gmail.com> wrote:
> > I'm looking to start coding an Enlightenment text editor with the
> > aim to extent it to a PovRay IDE. I've found a few simple examples
> > by Rayman but was hoping for something more like a real program,
> > not just an all-in-one file example.
> >
> > I saw one called eedit but it seems to have gone missing.
> 
> There is ecrire in svn (
> http://trac.enlightenment.org/e/browser/trunk/ecrire ). I have
> absolutely no idea of what PovRay language is, so I will assume it is
> like any other development language.

If I remember, PovRay is an old and popular raycasting 3D renderer.

> Last people are thinking and starting to plan to work next year on a C
> and a JavaScript IDE. Maybe you can share the work on the editor
> widget they will implement. At least for C, they will be able to use
> LLVM infra and have a lot of information. For JavaScript they will
> likely face the same issue as you face with PovRay I guess, the lack
> of a proper Parser->AST->Language checking. Maybe you can also start
> from doing that task as it will be necessary.

I have used EFL to do parser->AST->language translation (LSL to Lua),
and I think Discomfiter did some for the azy project in the EFL SVN
tree. My project is at -

https://github.com/onefang/SledjHamr/tree/experimental/LuaSL

Those might help as examples as well.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to