#ifndef CYCRIPT_REPLACE_HPP
#define CYCRIPT_REPLACE_HPP
-#include "Parser.hpp"
+#include "Syntax.hpp"
#define $ new($pool)
#define $N5(func, args...) \
$N(func, $C5_(args))
-#define $L(arg0, args...) \
- $ CYDeclaration($I(arg0), ##args)
+#define $L(args...) \
+ $ CYDeclaration(args)
#define $L1(arg0) \
$ CYDeclarations(arg0)
#define $L2(arg0, args...) \