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

Missing Rascal primitive in the compiler. #540

Closed
Anastassija opened this issue Mar 31, 2014 · 0 comments
Closed

Missing Rascal primitive in the compiler. #540

Anastassija opened this issue Mar 31, 2014 · 0 comments
Assignees

Comments

@Anastassija
Copy link
Contributor

The following example:

value main(list[value] args) {
    lrel[int,int] r = [];
    return r + <1,2>;    
}

results in the runtime exception:

|rascal://experiments::Compiler::RVM::Run|(217,618,<12,0>,<22,28>): Java("RuntimeException","In function experiments::Compiler::Examples::MyTst/main(list(value());)#0 : No enum constant org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.RascalPrimitive.lrel_add_elm")

Similar exception is thrown in case of rel.

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

No branches or pull requests

2 participants