Safe Haskell | Safe-Infered |
---|
GenOpCodes handles Python opcode generation.
GenOpCodes contains the helper functions that generate the Python opcodes as strings from the Haskell opcode description.
- pyClassDoc :: String -> String
- pyClassField :: String -> String -> Maybe PyValueEx -> String -> String
- intercalateIndent :: [String] -> String
- showPyClass :: OpCodeDescriptor -> String
- showPyClasses :: String
Documentation
pyClassDoc :: String -> StringSource
pyClassField :: String -> String -> Maybe PyValueEx -> String -> StringSource
intercalateIndent :: [String] -> StringSource
showPyClass :: OpCodeDescriptor -> StringSource
showPyClasses :: StringSource
Generates all opcodes as Python classes.