aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-12 04:20:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-12 04:20:35 +0000
commitfebbdffea55458cd2173c0e021bec295b8f45f00 (patch)
treefc55a73a8ffa4d97e2c4cbe2ba3ce4680c9ad076 /defs
parent0e48697a3889103878c6142cb2297f7da43eaae4 (diff)
downloadruby-febbdffea55458cd2173c0e021bec295b8f45f00.tar.gz
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
Diffstat (limited to 'defs')
-rw-r--r--defs/id.def1
1 files changed, 1 insertions, 0 deletions
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