Project

General

Profile

« Previous | Next » 

Revision db476cc7

Added by yui-knk (Kaneko Yuichiro) almost 2 years ago

Introduce NODE_SYM to manage symbol literal

:sym was managed by NODE_LIT with Symbol object.
This commit introduces NODE_SYM so that

  1. Symbol literal is detectable from AST Node
  2. Reduce dependency on ruby object