Skip to content
Snippets Groups Projects
Commit 493442a4 authored by Mick Jordan's avatar Mick Jordan
Browse files

add Abbrev to BasePackage

parent 0a478f00
Branches
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ public class BasePackage extends RBuiltinPackage {
add(BinaryLogic.NonVectorOrBuiltin.class, () -> BinaryBooleanScalarNodeGen.create(BinaryLogic.NON_VECTOR_OR));
// Now load the rest of the builtins in "base"
add(Abbrev.class, AbbrevNodeGen::create);
add(APerm.class, APermNodeGen::create);
add(NumericalFunctions.Abs.class, NumericalFunctionsFactory.AbsNodeGen::create);
add(All.class, AllNodeGen::create);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment