all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: "Eric M. Ludlam" <eric@siege-engine.com>
Cc: emacs-devel@gnu.org
Subject: Re: What IDE features are in CEDET?
Date: Fri, 25 Apr 2008 22:09:51 +0200	[thread overview]
Message-ID: <48123A8F.6090504@gmail.com> (raw)
In-Reply-To: <200804251727.m3PHRv2b012968@projectile.siege-engine.com>

Eric M. Ludlam wrote:
> 2) Code parsing / Code structure database
...
>    I'd say that the Semantic core is stable, the core languages with
>    parsers are pretty good.  The C++ parser really needs to be ported
>    from the old (semantic version 1) parser to the new bison based
>    parser David Ponce wrote, and the gcc-xml thing I read about
>    recently is another neat option that could be used.

There are some good parsers that need some changes to fit into the 
framework:

- nxml-mode XML parser.
- Steve Yegge's javascript parser.

It think that some parser also should be rewritten to work with parts of 
a buffer so that all the languages for building XHTML (like PHP etc) can 
be supported. A lot of programming is done with such languages today and 
IMO it also has a democratic value since frameworks for exchanging 
information (Drupal, WordPress etc) are built in those languages.


> * Parsers for indenting / coloring
>   I get this question alot.  Can a Semantic parser be used for
>   indentation or coloring?  Answer: yes.  I just haven't done it.  The
>   more interesting question is, can a single parser provide data about
>   the code, indentation, and coloring at the same time without making
>   it too hard to maintain? 

I am not sure what the benefits with a single parser would be. Instead I 
believe that a framework that cooperates with Semantic in some way and 
gives it chunks with different major modes would have benefits. (I hope 
mumamo can provide this.)




  reply	other threads:[~2008-04-25 20:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-25 17:27 What IDE features are in CEDET? Eric M. Ludlam
2008-04-25 20:09 ` Lennart Borgman (gmail) [this message]
2008-04-25 21:45   ` Re[2]: " Eric M. Ludlam
2008-04-25 22:09     ` Lennart Borgman (gmail)
2008-04-25 23:16       ` Re[2]: " Eric M. Ludlam
2008-04-26 14:49         ` Richard M Stallman
2008-04-26  4:45 ` Richard M Stallman
2008-04-26 12:26   ` Re[2]: " Eric M. Ludlam
2008-04-26 21:54     ` Richard M Stallman
2008-04-28  2:28       ` Re[2]: " Eric M. Ludlam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48123A8F.6090504@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=eric@siege-engine.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.