forth-hll-0.1.0.0: A simple eDSL for generating arrayForth code.

Safe HaskellNone

Language.ArrayForth.HLL.Compile

Synopsis

Documentation

num :: F18Word -> InstructionSource

Wraps a number into a constant instruction.

data St Source

Constructors

St 

Fields

counter :: Int
 
vars :: [(String, F18Word)]
 
startData :: [F18Word]
 

Instances