compiler/TInlineAssemblyBeginToken.st
changeset 12 d716a8181fc1
parent 6 0c806a7f1888
--- a/compiler/TInlineAssemblyBeginToken.st	Wed Sep 16 05:29:43 2015 +0100
+++ b/compiler/TInlineAssemblyBeginToken.st	Fri Sep 18 06:20:53 2015 +0100
@@ -9,6 +9,7 @@
 	category:'Languages-Tea-Compiler-AST'
 !
 
+
 !TInlineAssemblyBeginToken methodsFor:'testing'!
 
 isTInlineAssemblyBegin
@@ -17,3 +18,10 @@
     "Created: / 02-09-2015 / 06:20:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!TInlineAssemblyBeginToken class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+