updated test.sh for nobug compatibility, has still problems with joined stderr and...
[mala.git] / std / std_macros.h
blobabfeca06b8e15f4b1347a6e7f22d9459ff410b83
1 /*
2 std_macros.h - MaLa standard module parser declarations
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_MACROS_H
21 #define MALA_STD_MACROS_H
23 #include "std.h"
25 //MALA_PARSER_DEFINE(foreach_word);
26 //MALA_PARSER_DEFINE(map);
27 //MALA_PARSER_DEFINE(length);
29 MALA_PARSER_DEFINE(substitute);
30 MALA_PARSER_DEFINE(expand);
31 MALA_PARSER_DEFINE(macro);
32 MALA_PARSER_DEFINE(begin);
33 //MALA_PARSER_DEFINE(block);
34 MALA_PARSER_DEFINE(delete);
35 MALA_PARSER_DEFINE(end);
36 MALA_PARSER_DEFINE(def);
38 int
39 mala_module_std_macros_init (MalaEngine self);
41 #endif /* MALA_STD_MACROS_H */
44 // Local Variables:
45 // mode: C
46 // c-file-style: "gnu"
47 // End:
48 // arch-tag: a18bab46-9847-4627-9987-09776cd199e4
49 // end_of_file