Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "IMP"

(Developer Resources)
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The IDE Meta-tooling Platform, IMP for short, is currently in the incubation stage.
+
The IDE Meta-tooling Platform, IMP for short, is a project that is moving to github.com
  
== News ==
+
== IDE developer resources ==
  
* The IMP CQ process has started
+
The latest news is that:
 +
* IMP is in the process of moving its development process to github.com at: https://github.com/impulse-org
  
== Developer Resources ==
+
{|
 +
| '''Bookmarks'''
 +
| '''Description'''
 +
|-
 +
| http://www.eclipse.org/imp/
 +
| IMP project page
 +
|-
 +
| http://bugs.eclipse.org/bugs
 +
| Eclipse Bugzilla
 +
|-
 +
 
 +
|}
 +
 
 +
== IMP Developer Resources ==
  
 
* [[Developer's Guide to Getting Started with IMP]]
 
* [[Developer's Guide to Getting Started with IMP]]
 +
* [[IMP Logo Proposals]]
  
'''Bookmarks'''
 
 
{|
 
{|
| http://www.eclipse.org/imp/
+
| '''Bookmarks'''
| IMP project page
+
| '''Description'''
 
|-
 
|-
 
| http://www.eclipse.org/projects/project_summary.php?projectid=technology.imp
 
| http://www.eclipse.org/projects/project_summary.php?projectid=technology.imp
 
| IMP eclipse project summary
 
| IMP eclipse project summary
 +
|-
 +
| https://dev.eclipse.org/mailman/listinfo/imp-commit
 +
| IMP commit notification emails
 +
|-
 +
| https://dev.eclipse.org/mailman/listinfo/imp-dev
 +
| IMP developer mailing list
 +
|
 
|-
 
|-
 
| https://dev.eclipse.org/ipzilla/
 
| https://dev.eclipse.org/ipzilla/
 
| Eclipse Ipzilla
 
| Eclipse Ipzilla
 
|-
 
|-
| http://bugs.eclipse.org/bugs
+
| http://dev.eclipse.org/svnroot/technology/org.eclipse.imp/
| Eclipse Bugzilla
+
| Subversion
 
|-
 
|-
| http://orquesta.watson.ibm.com/bugzilla
+
| http://www.xmlmind.com/xmleditor/download.shtml
| Old IBM bugzilla (to be phased out soon)
+
| XML editor used for DocBook authoring
 
|}
 
|}
  
Line 30: Line 51:
  
 
{|
 
{|
 +
| http://www.rascal-mpl.org
 +
| Rascal Metaprogramming Language
 +
|-
 
| http://sourceforge.net/projects/lpg/
 
| http://sourceforge.net/projects/lpg/
| LPG parser generator
+
| LPG: parser generator
 
|-
 
|-
 
| http://www.syntax-definition.org
 
| http://www.syntax-definition.org
| SDF parser generator
+
| SDF: parser generator
 +
|-
 +
| http://www.rascal-mpl.org
 +
| A domain specific language for metaprogramming
 +
|-
 +
| http://www.cs.cornell.edu/Projects/polyglot/
 +
| Polyglot: A compiler front end framework for building Java language extensions
 +
|-
 +
| http://wala.sourceforge.net
 +
| Wala: Extensible and scalable static analysis framework
 +
|-
 +
| http://jastadd.org/
 +
| JAstAdd: An extensible compiler framework for Java-derived languages
 
|}
 
|}
 +
 +
== IMP Help Resources ==
 +
[[IMP LPG Help]]
 +
 +
[[Category:Eclipse Technology Project]]

Latest revision as of 03:56, 25 April 2013

The IDE Meta-tooling Platform, IMP for short, is a project that is moving to github.com

IDE developer resources

The latest news is that:

Bookmarks Description
http://www.eclipse.org/imp/ IMP project page
http://bugs.eclipse.org/bugs Eclipse Bugzilla

IMP Developer Resources

Bookmarks Description
http://www.eclipse.org/projects/project_summary.php?projectid=technology.imp IMP eclipse project summary
https://dev.eclipse.org/mailman/listinfo/imp-commit IMP commit notification emails
https://dev.eclipse.org/mailman/listinfo/imp-dev IMP developer mailing list
https://dev.eclipse.org/ipzilla/ Eclipse Ipzilla
http://dev.eclipse.org/svnroot/technology/org.eclipse.imp/ Subversion
http://www.xmlmind.com/xmleditor/download.shtml XML editor used for DocBook authoring

Links to other relevant projects

http://www.rascal-mpl.org Rascal Metaprogramming Language
http://sourceforge.net/projects/lpg/ LPG: parser generator
http://www.syntax-definition.org SDF: parser generator
http://www.rascal-mpl.org A domain specific language for metaprogramming
http://www.cs.cornell.edu/Projects/polyglot/ Polyglot: A compiler front end framework for building Java language extensions
http://wala.sourceforge.net Wala: Extensible and scalable static analysis framework
http://jastadd.org/ JAstAdd: An extensible compiler framework for Java-derived languages

IMP Help Resources

IMP LPG Help

Back to the top