Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Triquetrum/Xtext

< Triquetrum
Revision as of 16:12, 20 February 2017 by Unnamed Poltroon (Talk) (Added a link to Triquetrum/Tqcl)

One idea is to use Xtext to describe models textually. See Triquetrum Command Language (github issue)

Below are various references:

  • Ptcl was a Tcl-based language for Ptolemy Classic. The ptcl manual might be of use to help define some of the Xtext commands. For example, both will need to connect ports from an outer composite to an inner composite.

How To Try out the Xtext interface

  1. Build Triquetrum from Sources.
  2. Check out the branch with: git checkout rtotaro/ft/190/TriQuetrumCommandLanguage. There will probably be build errors which are fixed next.
  3. In the org.eclipse.triquetrum.target.platform project, open the org.eclipse.triquetrum.commands.xtext.platform.target definition and click on "Set as Target Platform". It may take a few minutes for the dependencies to download.
  4. TBD continue with the steps necessary to try it out.

Syntax

  • See Tqcl for a description of the syntax.

Back to the top