summaryrefslogtreecommitdiffstats
path: root/dimension/grammar.terminals
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/grammar.terminals')
-rw-r--r--dimension/grammar.terminals3
1 files changed, 2 insertions, 1 deletions
diff --git a/dimension/grammar.terminals b/dimension/grammar.terminals
index 586715b..37d3c16 100644
--- a/dimension/grammar.terminals
+++ b/dimension/grammar.terminals
@@ -17,7 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*************************************************************************/
-%token END 0 "end-of-file"
+%token DMNSN_T_EOF 0 "end-of-file"
+%token DMNSN_T_LEX_ERROR "error"
/* Punctuation */
%token DMNSN_T_LBRACE "{"