diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-20 19:00:30 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-20 19:00:30 -0500 |
commit | bc118ad31f2d74b5d5e9e3742e52fc441722c679 (patch) | |
tree | 233ca7ea9ad2b9ad65b1c45c132b3d5e2375e015 /parser.hpp | |
parent | 6ef7f7ce8548f6e6c60d3b444a087722f354a53f (diff) |
concise parser; >body, >in, source
Diffstat (limited to 'parser.hpp')
-rw-r--r-- | parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ public: private: ParseStatus parseSource(State&); ParseStatus parseWord(State&, Word); + ParseStatus parseNumber(State&, Word); }; #endif // ALEEFORTH_PARSER_HPP |