RE : How to integrate a new interpreter in JRosetta

ls://dev.artenum.com/projects/JRosetta/forum/How_to_integrate_a_new_interpreter_in_JRosetta/RE_How_to_integrate_a_new_interpreter_in_JRosetta

RE : How to integrate a new interpreter in JRosetta
You can based your main file from the one available in the class com.artenum.rosetta.ui.Console

This main use a configuration file that specify :

  • all the class that should be used for each component part.
  • keymap shortcut
The class that need specific implementation are :
  • InputParsingManager: Manage the processing of the command line for the completion
  • GenericInterpreter: The adapter for the langage interpreter that you want. (Map the JRosetta API to Jython, beanshell interpreter...)
  • CompletionManager: To process the command line in order to build the completion window

posted by Jourdain Sebastien at Jan 14, 2008 5:23 PM

Decorated version - Feeds - LibreSource