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
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 NOBUG_DECLARE_FLAG (mala_module_std_macros
);
41 mala_module_std_macros_init (MalaEngine self
);
43 #endif /* MALA_STD_MACROS_H */
48 // c-file-style: "gnu"
50 // arch-tag: a18bab46-9847-4627-9987-09776cd199e4