Class: Code::Parser::Nothing

Inherits:
Language
  • Object
show all
Defined in:
lib/code/parser/nothing.rb

Instance Method Summary collapse

Instance Method Details

#nothing_keywordObject



6
7
8
# File 'lib/code/parser/nothing.rb', line 6

def nothing_keyword
  str("nothing")
end

#rootObject



10
11
12
# File 'lib/code/parser/nothing.rb', line 10

def root
  nothing_keyword.aka(:nothing) | Group
end