![]() |
|
Navigation |
Synopsis Extend an IDE with interactive, language-specific, features (Eclipse only).
Description Meta-programs become most useful, when they are integrated with an Interactive Development Environment (IDE).
A Rascal program running inside Eclipse can get access to many of the services provided by Eclipse such as syntax highlighting, outlining, documentation hovering and much more. Rascal uses the services of the IDE Meta-tooling Platform, or IMP ![]() Using the IDE library, you can instantiate the services that IMP provides for any language implemented in Rascal. To instantiate an IDE for a language implemented using Rascal, use the following steps:
![]() |