Changes for version 0.22 - 2013-09-24

  • Jean-Damien Durand <jeandamiendurand@free.fr>
    • Remove unused event
    • Runtime optimization
    • Remove usage of clone
    • Fix show source when failure is on paused lexeme
    • use Clone instead of Storable
    • Removed unused import
    • runtime optimization
    • renamed cached ncb from _ncb to _cacheNcb
    • runtime optimization
    • Avoid one internal match
    • Cases where IDENTIFIER is not ambiguous
    • Modifications as per yafce

Documentation

C source analysis

Modules

Translate a C source to an AST
Simple but powerful callback generic framework that depend on nothing else but core modules.
Events callback when translating a C source to an AST
Code reference for the Simple callback generic framework.
Options for the Simple callback generic framework.
C grammar written in Marpa BNF
ISO ANSI C 2011 grammar written in Marpa BNF
Implementation of Marpa's interface
Log::Any implementation on top of Marpa
Scope management when translating a C source to an AST
C Translation to AST - Class method utilities