From 655666a14212702f6b44744b720bdd1f147ce3fe Mon Sep 17 00:00:00 2001 From: walter-weinmann Date: Sun, 19 Nov 2017 09:56:17 +0100 Subject: [PATCH] Version 1.4.2. Cleaning up the lex definitions. --- src/oclexer.xrl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/oclexer.xrl b/src/oclexer.xrl index 4c215bf..15851ce 100644 --- a/src/oclexer.xrl +++ b/src/oclexer.xrl @@ -154,7 +154,8 @@ Erlang code. {"^(?i)(WHEN)$", 'WHEN'}, {"^(?i)(WHERE)$", 'WHERE'}, {"^(?i)(WITH)$", 'WITH'}, - {"^(?i)(XOR)$", 'XOR'} + {"^(?i)(XOR)$", 'XOR'}, + {"^(?i)(YIELD)$", 'YIELD'} ]). %-define(DEBUG, true).