mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
![]() Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the macros bellow: * `RBIMPL_ATTR_PACKED_STRUCT_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_END` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END` |
||
---|---|---|
.. | ||
cparse.c | ||
depend | ||
extconf.rb | ||
README |
Racc Runtime README =================== This directory contains a runtime library of Racc parser generator. If you want to generate your own parser, you must get Racc full package. Get it from: - http://i.loveruby.net/en/projects/racc - https://github.com/ruby/racc