Class: Racc::Parser
- Inherits:
-
Object
- Object
- Racc::Parser
- Defined in:
- lib/racc/parser.rb,
cparse/cparse.c
Constant Summary collapse
- Racc_Runtime_Version =
'1.4.5'- Racc_Runtime_Revision =
'$originalRevision: 1.8 $'.split[1]
- Racc_Runtime_Core_Version_R =
'1.4.5'- Racc_Runtime_Core_Revision_R =
'$originalRevision: 1.8 $'.split[1]
- Racc_Runtime_Core_Version_C =
rb_str_new2(RACC_VERSION)
- Racc_Runtime_Core_Id_C =
rb_str_new2("$originalId: cparse.c,v 1.8 2006/07/06 11:39:46 aamine Exp $")
Class Method Summary collapse
Class Method Details
.racc_runtime_type ⇒ Object
62 63 64 |
# File 'lib/racc/parser.rb', line 62 def Parser.racc_runtime_type Racc_Runtime_Type end |