Changes for version 0.26 - 2013-12-27

  • Jean-Damien Durand <jeandamiendurand@free.fr>
    • Merge branch 'master' of https://github.com/jddurand/MarpaX-Languages-C-AST
    • AST.pm: Initial line number should be 1 instead of 0
    • c2ast.pl: move File::Spec->canonpath at a better place
    • c2ast.pl: use File::Spec->canonpath before file comparison
    • comment #7

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