discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Proposal: ObjectiveC parser framework


From: Stefan Urbanek
Subject: Proposal: ObjectiveC parser framework
Date: Wed, 23 Jul 2003 19:31:56 +0200

Hi,

First, excuse me for a little flood today.

What do you think about extracting objective-c parsing code from autogsdoc into 
a separate framework?

From http://wiki.gnustep.org/index.php/FrameworkWishList:

ObjectiveCParser.framework

Framework that parses Objective-C source and generates object tree (class 
interfaces, implementations, categories, methods, instance variables, method 
descriptions, class descriptions, list of required headers,...). It can be 
lossy parser, that means a code generated from parsed sources does not have to 
be the same. This framework can be reused, besides other apps, by:

   * Gorm (importing interfaces)
   * autogsdoc (generating documentation)
   * CodeEditor (syntax highlighting, autocompletion and variable/method name 
suggestion, method implementation/variable/class category searching, inteligent 
editing)
   * Quite usable source code checkers (like one posted by andy ruder last time 
about possible memoryleak checking)
   * ProjectCenter (similar to ?CodeEditor).

This framework can be also used for some Smalltalk-like class editor/browser.

This is a nice example of reusable code. What do you think?

Stefan

--
http://urbanek.host.sk

First they ignore you, then they laugh at you, then they fight you, then you 
win.
- Mahatma Gandhi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]