Skip to content

Commit

Permalink
Merge pull request #88 from walter-weinmann/wwe
Browse files Browse the repository at this point in the history
Version 1.4.2.
  • Loading branch information
walter-weinmann authored Nov 19, 2017
2 parents 1a86e33 + 655666a commit 89cff7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oclexer.xrl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 89cff7b

Please sign in to comment.