From 9e50c71ec785a00082734234fc9e9df15204c19e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 26 Jan 2025 01:17:56 -0600 Subject: [PATCH] start of vectorint, bed time --- HushGP.cabal | 1 + src/Instructions/VectorIntInstructions.hs | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/Instructions/VectorIntInstructions.hs diff --git a/HushGP.cabal b/HushGP.cabal index 3d8acde..36b0d17 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -46,6 +46,7 @@ library , Instructions.CodeInstructions , Instructions.StringInstructions , Instructions.CharInstructions + , Instructions.VectorIntInstructions -- Modules included in this library but not exported. -- other-modules: diff --git a/src/Instructions/VectorIntInstructions.hs b/src/Instructions/VectorIntInstructions.hs new file mode 100644 index 0000000..8582fe7 --- /dev/null +++ b/src/Instructions/VectorIntInstructions.hs @@ -0,0 +1,7 @@ +module Instructions.VectorIntInstructions where + +import Instructions.GenericInstructions +import State + +instructionVectorIntConcat :: State -> State +instructionVectorIntConcat state = instructionConcat state intVector