diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-04 07:02:22 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-04 07:02:22 -0500 |
commit | a51428cff0b7d16e7e0b5e5bfd05c47ab55e4fa2 (patch) | |
tree | f29699ece46316faab4786d8618da34581059231 /parser.cpp | |
parent | 0a294fa8cc8f9f5c491a3aec4ff416a455d6ebef (diff) |
evaluate complete
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) |