Tefkat is a programming language created in 2004.
#3253on PLDB | 20Years Old |
Tefkat is a Model Transformation Language and a model transformation engine. The language is based on F-logic and the theory of stratified logic programs. The engine is an Eclipse plug-in for the Eclipse Modeling Framework (EMF).. Read more on Wikipedia...
RULE ClassToTable
FORALL Class c { name: n; }
MAKE Table t { name: n; }
;