sleep_parser
[mala.git] / std / std_statements.h
blobc901d982fbc491f5ed789884e3d50a6ddad6be4a
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(literal);
26 MALA_PARSER_DEFINE(pass);
27 MALA_PARSER_DEFINE(gc);
28 MALA_PARSER_DEFINE(remove);
29 MALA_PARSER_DEFINE(no);
30 MALA_PARSER_DEFINE(nono);
31 MALA_PARSER_DEFINE(ifelse);
32 MALA_PARSER_DEFINE(sleep);
33 //MALA_PARSER_DEFINE(defined);
34 //MALA_PARSER_DEFINE(trace);
35 //MALA_PARSER_DEFINE(gctrace);
36 //MALA_PARSER_DEFINE(exception);
38 //MALA_PARSER_DEFINE(pass);
40 int
41 mala_module_std_statements_init (MalaEngine self);
43 #endif /* MALA_STD_STATEMENTS_H */
46 // Local Variables:
47 // mode: C
48 // c-file-style: "gnu"
49 // End:
50 // arch-tag: 739b75b9-0297-4d15-9efb-8d0cfe5ac3f1
51 // end_of_file