Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More than one parse tree value #4

Closed
jddurand opened this issue Jul 23, 2014 · 1 comment
Closed

More than one parse tree value #4

jddurand opened this issue Jul 23, 2014 · 1 comment

Comments

@jddurand
Copy link
Owner

Code:

use strict;
use warnings;
use MarpaX::Languages::ECMAScript::AST;
MarpaX::Languages::ECMAScript::AST->new->parse('function meh () {};');

Output:

Uncaught exception from user code:

    More than one parse tree value
    Exception::Class::Base::throw('MarpaX::Languages::ECMAScript::AST::Exception::InternalError',
    'error', 'More than one parse tree value') called at
    /home/perl/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Exception/Class.pm
    line 170
@jddurand
Copy link
Owner Author

Fixed with 95cad63 tag 0.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant