diff options
Diffstat (limited to 'parser.cpp')
-rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ int Parser::parse(State& state, const char *str) { auto addr = Dictionary::Input; state.dict.write(addr, 0); + state.dict.write(Dictionary::SourceLen, std::strlen(str)); addr += sizeof(Cell); while (*str) |