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 "TCS/Zoo"

< TCS
(added FScript entry)
(added language classification section)
Line 178: Line 178:
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/org.eclipse.gmt.tcs/dsls/TCS/Metamodel/TCS.km3?view=markup TCS.km3]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/org.eclipse.gmt.tcs/dsls/TCS/Metamodel/TCS.km3?view=markup TCS.km3]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/org.eclipse.gmt.tcs/dsls/TCS/Syntax/TCS.tcs?view=markup TCS.tcs]
 
| [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/org.eclipse.gmt.tcs/dsls/TCS/Syntax/TCS.tcs?view=markup TCS.tcs]
 +
|}
 +
 +
==Language Classification by Used TCS Feature==
 +
 +
Each line of the table in this section lists one TCS feature, and the languages which make use of it.
 +
It is then possible to lookup one of the corresponding languages in the above tables to find example usage of a given feature.
 +
 +
{| border=1
 +
|+ Language classification by used TCS feature
 +
! Feature
 +
! Language
 +
|-
 +
| <code>createIn = '#context'.</code>[...]
 +
| Kmelia
 +
|-
 +
| multiple operator tables
 +
| LOTOS
 
|}
 
|}

Revision as of 03:33, 16 April 2008

This page contains a Zoo (or library) of TCS models. Because TCS models define textual syntaxes for metamodels, links to the KM3 representation of corresponding metamodels are given along with links to the TCS models. Moreover, most TCS models are specified within a Language Project, which is also linked to.

The zoo is separated in two sections:

  • AMMA Usage: languages implemented using AMMA, but not part of AMMA. These elements show AMMA usage in various domains.
  • AMMA Domain-Specific Languages (DSLs): languages that are part of AMMA, and implemented with AMMA. These elements show that AMMA is bootstrapped (i.e., in this case: that the syntax of AMMA DSLs is implemented in TCS, itself part of AMMA).

AMMA Usage

TCS Zoo
Language Project Metamodel TCS model Used by
FIACRE GMT/TCS/syntaxes/FIACRE FIACRE.km3 FIACRE.tcs
TGE screenshot
, An ATL Use Case
FPath GMT/TCS/syntaxes/FPath FPath.km3 FPath.tcs
FScript GMT/TCS/syntaxes/FScript FScript.km3 FScript.tcs
TGE screenshot
Kmelia GMT/TCS/syntaxes/Kmelia Kmelia.km3 Kmelia.tcs
LOTOS GMT/TCS/syntaxes/LOTOS LOTOS.km3 LOTOS.tcs
TGE screenshot
, An ATL Use Case
Program GMT/TCS/syntaxes/Program Program.km3 Program.tcs An ATL Use Case
Scatter GMT/TCS/syntaxes/Scatter Scatter.km3 Scatter.tcs
SPL GMT/TCS/syntaxes/SPL SPL.km3 SPL.tcs An ATL Use Case
SQL DDL GMT/TCS/syntaxes/SQLDDL SQLDDL.km3 SQLDDL.tcs An AMW Use Case, The Atlantic SQL DDL Zoo
XML2 GMT/TCS/syntaxes/XML2 XML2.km3 XML2.tcs
XPath GMT/TCS/syntaxes/XPath XPath.km3 XPath.tcs

Note: many entries of this section correspond to languages available as part of the GMT TCS project. They are committed in the CVS at: GMT/TCS/syntaxes.

AMMA Samples

TCS Zoo
Language Project Metamodel TCS model Used by
MSRT GMT/TCS/syntaxes/MSRT MSRT.km3 MSRT.tcs Bug #214598

AMMA Domain-Specific Languages

TCS Zoo
Language Project Metamodel TCS model
ACG M2M/ATL/DSLs/ACG ACG.km3 ACG.tcs
AM3 GMT/AM3/DSLs/AM3 AM3.km3 AM3.tcs
Annotation GMT/AM3/DSLs/Annotation Annotation.pkm3 Annotation.tcs
ANTLR GMT/TCS/DSLs/ANTLR ANTLR.km3 ANTLRv2.tcs, ANTLRv3.tcs
ATL M2M/ATL/DSLs/ATL ATL.km3 ATL.tcs
Editor GMT/TCS/DSLs/Editor Editor.km3 Editor.tcs
KM3 2005 GMT/AM3/DSLs/KM3-2005 KM3.km3 KM3.tcs
KM3 2007 GMT/AM3/DSLs/KM3-2007 KM3.km3 KM3.tcs
Namespace GMT/AM3/DSLs/Namespace Namespace.pkm3 Namespace.tcs
Partial KM3 GMT/AM3/DSLs/PartialKM3 PartialKM3.km3 PartialKM3.tcs
Problem GMT/AM3/DSLs/Problem Problem.km3 Problem.tcs
Property GMT/AM3/DSLs/Property Property.km3 Property.tcs
TCS GMT/TCS/DSLs/TCS TCS.km3 TCS.tcs

Language Classification by Used TCS Feature

Each line of the table in this section lists one TCS feature, and the languages which make use of it. It is then possible to lookup one of the corresponding languages in the above tables to find example usage of a given feature.

Language classification by used TCS feature
Feature Language
createIn = '#context'.[...] Kmelia
multiple operator tables LOTOS

Back to the top