diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-03 12:44:10 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-03 12:44:10 -0500 |
commit | 1c76451acc06a3ab39a35925e99e7ca44f8115fa (patch) | |
tree | 3fc85374fdd933c3aa00226da534ab6658c7f5c7 /dictionary.hpp | |
parent | 9a58f8a55d29e4edda7d9352b292be42642b50eb (diff) |
revise parsing for better compliance
Diffstat (limited to 'dictionary.hpp')
-rw-r--r-- | dictionary.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionary.hpp b/dictionary.hpp index 48d4e1b..dbf1dcc 100644 --- a/dictionary.hpp +++ b/dictionary.hpp @@ -32,7 +32,7 @@ public: constexpr static Addr Latest = sizeof(Cell) * 2; constexpr static Addr Compiling = sizeof(Cell) * 3; constexpr static Addr Input = sizeof(Cell) * 4; // len data... - constexpr static Addr InputCells = 80; // bytes! + constexpr static Addr InputCells = 82; // bytes! constexpr static Addr Begin = sizeof(Cell) * 5 + InputCells; void initialize(); |