Class: Predicator::GeneratedParser

Inherits:
Racc::Parser
  • Object
show all
Defined in:
lib/predicator/generated_parser.rb

Direct Known Subclasses

Parser

Constant Summary collapse

Racc_arg =
[
racc_action_table,
racc_action_check,
racc_action_default,
racc_action_pointer,
racc_goto_table,
racc_goto_check,
racc_goto_default,
racc_goto_pointer,
racc_nt_base,
racc_reduce_table,
racc_token_table,
racc_shift_n,
racc_reduce_n,
racc_use_result_var ]
Racc_token_to_s_table =
[
"$end",
"error",
"tBANG",
"tAND",
"tOR",
"tTRUE",
"tFALSE",
"tSTRING",
"tFLOAT",
"tINTEGER",
"tDATE",
"tIDENTIFIER",
"tBETWEEN",
"tDOT",
"tLPAREN",
"tRPAREN",
"tEQ",
"tNEQ",
"tLEQ",
"tGEQ",
"tLT",
"tGT",
"tBLANK",
"tPRESENT",
"$start",
"predicate",
"boolean_predicate",
"logical_predicate",
"relation_predicate",
"method_predicate",
"value",
"scalar",
"variable",
"string",
"literal" ]
Racc_debug_parser =
false

Instance Method Summary collapse

Instance Method Details

#_reduce_none(val, _values) ⇒ Object



330
331
332
# File 'lib/predicator/generated_parser.rb', line 330

def _reduce_none(val, _values)
  val[0]
end