mark function returns collection state
[mala.git] / std / std_statements.h
blob802afc98c0b49f8711d69405bcbc58598bda3bbb
1 /*
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
23 #include "std.h"
25 MALA_PARSER_DEFINE(pass);
26 MALA_PARSER_DEFINE(defined);
27 MALA_PARSER_DEFINE(not);
28 MALA_PARSER_DEFINE(ifelse);
29 MALA_PARSER_DEFINE(trace);
30 MALA_PARSER_DEFINE(gctrace);
31 MALA_PARSER_DEFINE(sleep);
32 MALA_PARSER_DEFINE(literal);
33 MALA_PARSER_DEFINE(exception);
35 //MALA_PARSER_DEFINE(pass);
37 int
38 mala_module_std_statements_init (MalaEngine self);
40 #endif /* MALA_STD_STATEMENTS_H */
43 // Local Variables:
44 // mode: C
45 // c-file-style: "gnu"
46 // End:
47 // arch-tag: 739b75b9-0297-4d15-9efb-8d0cfe5ac3f1
48 // end_of_file