2 std_statements.h - MaLa imperative alike statements
4 Copyright (C) 2004, 2005, Christian Thaeter <chth@gmx.net>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License version 2 as
8 published by the Free Software Foundation.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, contact me.
20 #ifndef MALA_STD_STATEMENTS_H
21 #define MALA_STD_STATEMENTS_H
25 MALA_PARSER_DEFINE(literal
);
26 MALA_PARSER_DEFINE(pass
);
27 MALA_PARSER_DEFINE(gc
);
28 //MALA_PARSER_DEFINE(defined);
29 //MALA_PARSER_DEFINE(not);
30 //MALA_PARSER_DEFINE(ifelse);
31 //MALA_PARSER_DEFINE(trace);
32 //MALA_PARSER_DEFINE(gctrace);
33 //MALA_PARSER_DEFINE(sleep);
34 //MALA_PARSER_DEFINE(exception);
36 //MALA_PARSER_DEFINE(pass);
39 mala_module_std_statements_init (MalaEngine self
);
41 #endif /* MALA_STD_STATEMENTS_H */
46 // c-file-style: "gnu"
48 // arch-tag: 739b75b9-0297-4d15-9efb-8d0cfe5ac3f1