-/*
- * Regular Pattern Analyzer (RPA)
- * Copyright (c) 2009-2010 Martin Stoilov
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- * Martin Stoilov <martin@rpasearch.com>
- */
-
#define UID_SYNTAXERROR 1
#define UID_BINARYOPERATOR 2
#define UID_ADDITIVEOPERATOR 2
#define UID_DOWHILEEXPRESSIONCOMPARE 59
#define UID_PROGRAM 60
#define UID_STRINGLITERAL 61
+#define UID_UNARYEXPRESSIONDELETE 62
+#define UID_ITERATIONFORIN 63
+#define UID_FORININIT 64