Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider ec4d4f74 rédigé par sunye's avatar sunye
Parcourir les fichiers

Remove old kscript grammar, update READLE images

parent 2ab199ca
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -7,4 +7,6 @@ ls-R
*.fdb_latexmk
*.fls
*.log
*.synctex.gz
\ No newline at end of file
*.synctex.gz
example.pdf
\ No newline at end of file
......@@ -39,7 +39,7 @@ context Person
pre:
age > 0 and
not firstName.oclIsUndefined() and
children->forAll(each | each.isValid()|)
children->forAll(each | each.isValid())
\end{ocl}
......@@ -52,7 +52,8 @@ rule relationnalContextToObjectContext {
r : RDBMSMM!RDBMSModel
to
c : ClassMM!ClassModel (
classifier <- r.table->union(r.getAllDataTypes()->collect(dt | thisModule.typeToPrimitiveDataType(dt)))
classifier <- r.table->union(r.getAllDataTypes()
->collect(dt | thisModule.typeToPrimitiveDataType(dt)))
)
do {
r.debug('relationnalContextToObjectContext');
......
img/atl.png

28,8 ko | W: | H:

img/atl.png

29 ko | W: | H:

img/atl.png
img/atl.png
img/atl.png
img/atl.png
  • 2-up
  • Swipe
  • Onion skin
img/ocl.png

14,4 ko | W: | H:

img/ocl.png

14,3 ko | W: | H:

img/ocl.png
img/ocl.png
img/ocl.png
img/ocl.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -112,20 +112,6 @@ sensitive=true
}
\lstdefinelanguage{kscript}{
morekeywords={addComponent,addChannel,addNode,bind,unbind,removeComponent,removeChannel,removeNode,moveComponent,
addChild,removeChild,moveChild,addGroup,removeGroup,addToGroup,merge,updateDictionary,addAsChild},
sensitive=true,
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
literate={=>}{$\to$}{2}
}
\lstset{language=kscript,
basicstyle=\scriptsize,
frame=tb,
numberbychapter=false}
\lstdefinelanguage{TypeScript}{
keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break, let, interface, for},
morekeywords={class, export, boolean, throw, implements, import, this, number, string, Array},
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter