diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-09 14:12:26 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-09 14:12:26 -0500 |
commit | 92680120c6e3902644171c37eb7b271cf2d82250 (patch) | |
tree | 0efa3beb7fe505b3005770420cbaa9fa5d1f1f78 /corewords.hpp | |
parent | 59ecb61463119e77637214e3c298c422c4537ea0 (diff) |
fix indentation
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); |