repo.or.cz
/
mala.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
mala program reports output and errors now
[mala.git]
/
doc
/
modules.texi
blob
0902a4bee712b2e2e81e4e916ed484e1cf86a023
1
2
@chapter Writing C modules for MaLa
3
4
A Module may consist of:
5
parser functions
6
user defined datypes
7
a factory function for this datatypes
8
one initialization function
9
definitions of mala actions
10
defining sequences of mala programs
11
C Preprocessor utility macros
12
13
14
@c Local Variables:
15
@c mode: texinfo
16
@c TeX-master: "mala"
17
@c End:
18