refactoors
[mTask.git] / mTaskInterpret.dcl
index c4dadfb..3e7513f 100644 (file)
@@ -39,6 +39,7 @@ from Generics.gCons import class gCons, generic conses, generic consName, generi
                ,haveDio     :: Bool
                ,aPins       :: Int
                ,dPins       :: Int
+               ,stackSize   :: Int
                ,bytesMemory :: Int
        }
 
@@ -117,9 +118,10 @@ derive gEq BCValue
 
 :: ByteCode a p = BC (RWS () [BC] BCState ())
 
-:: BCShare = {
-               sdsi :: Int,
-               sdsval :: BCValue
+:: BCShare =
+       { sdsi :: Int
+       , sdsval :: BCValue
+       , sdsname :: String
        }
 
 :: BCState = {