Rand Stats

NQP::Eval

github:cygx

NQP::Eval build status

Enables EVAL :lang<nqp>

    use NQP::Eval;
    EVAL :lang<nqp>, 'my int $i := 42; say($i)';

Know Issues

Using EVAL at compile-time (ie inside a BEGIN block) breaks precompilation. This is not specific to evaluating NQP, but a general Rakudo issue.

Bugs and Development

Development happens at GitHub. If you found a bug or have a feature request, use the issue tracker over there.

Copyright (C) 2015 by cygx@cpan.org

Distributed under the Boost Software License, Version 1.0