Changes for version 0.29 - 2014-01-07
- Jean-Damien Durand <jeandamiendurand@free.fr>
- t/scan.t: fix following removal of use C::Scan
- ISO_ANSI_C_2011/Scan.pm: typo that exhibits under perl <= 5.12
- t/scan.t: remove use C::Scan
- use #!perl for shebang (same effect as #!/usr/bin/perl but I prefer the former)
- bin/c2ast.pl: fix some POD formatting
- cscan cmdline prototype
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
ISO ANSI C 2011 grammar actions
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
Find data in C AST
C::Scan-like interface