diff options
Diffstat (limited to 'corewords.hpp')
-rw-r--r-- | corewords.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/corewords.hpp b/corewords.hpp index 08f172b..ff9d84d 100644 --- a/corewords.hpp +++ b/corewords.hpp @@ -41,11 +41,11 @@ public: private: constexpr static char wordsarr[] = "drop\0dup\0swap\0pick\0sys\0" - "+\0-\0*\0/\0%\0" - "@\0!\0rot\0>r\0r>\0" - "=\0<\0allot\0&\0|\0" - "^\0<<\0>>\0(\0:\0" - ";\0here\0exit\0imm\0const\0"; + "+\0-\0*\0/\0%\0" + "@\0!\0rot\0>r\0r>\0" + "=\0<\0allot\0&\0|\0" + "^\0<<\0>>\0(\0:\0" + ";\0here\0exit\0imm\0const\0"; // lit, jmp, jmp0, ', lits static Func get(int index); |