Search
Preparing search index...
The search index is not available
postfix-haskell
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
postfix-haskell
lib/wat
WATCode
Class WATCode
This way we can easily identify where all the expressions originated from
Hierarchy
WATCode
Index
Constructors
constructor
Properties
parts
sources
Methods
add
concat
Constructors
constructor
new WATCode
(
)
:
WATCode
Returns
WATCode
Properties
parts
parts
:
string
[]
= []
sources
sources
:
Expr
[]
= []
Methods
add
add
(
s
:
string
, e
:
Expr
)
:
void
Parameters
s:
string
e:
Expr
Returns
void
concat
concat
(
other
:
WATCode
)
:
void
Parameters
other:
WATCode
Returns
void
Modules
lib/asm
lib/context
lib/datatypes
lib/debug_
macros
lib/enum
lib/error
lib/expr
lib/function
lib/globals
lib/macro
lib/module
lib/namespace
lib/numbers
lib/parse
lib/rt.wat
lib/scan
lib/value
lib/wat
tools/file
tools/inline
tools/man
tools/shell
tools/util
WATCode
constructor
parts
sources
add
concat
Generated using
TypeDoc
This way we can easily identify where all the expressions originated from