NAME

MarpaX::Languages::IDL::AST::Data::Scan::Impl::_Default - Default implementation consumer of MarpaX::Languages::IDL::AST::Role::Consumer

VERSION

version 0.007

SYNOPSIS

use MarpaX::Languages::IDL::AST;

my $idlPath = 'source.idl';
my $ast = MarpaX::Languages::IDL::AST->new()->parse($idlPath)->validate();

DESCRIPTION

This module provide and manage general notions of IDL, that are independant of the language generated bindings, like current root, current scope, and scoped name resolution. This module is writen as Data::Scan::Role::Consumer implementation.

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Jean-Damien Durand.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.