From febbdffea55458cd2173c0e021bec295b8f45f00 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 12 Feb 2017 04:20:35 +0000 Subject: parse.y: call_uni_op * defs/id.def (predefined): add keyword `not`. * parse.y (call_uni_op): unify parser and ripper, and use IDs instead of tokens. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- defs/id.def | 1 + 1 file changed, 1 insertion(+) (limited to 'defs') diff --git a/defs/id.def b/defs/id.def index f2ff293f6b..dd0eed9b7c 100644 --- a/defs/id.def +++ b/defs/id.def @@ -43,6 +43,7 @@ firstline, predefined = __LINE__+1, %[\ call mesg exception + not NOT _ UScore "/*NULL*/" NULL -- cgit v1.2.3