diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-15 18:04:26 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-15 18:04:26 +0100 |
commit | 3f534c582464d0bcf815157aeaadf682b74ded34 (patch) | |
tree | 0b3b9672df6f96a8224e454749c140ca9789456f /grammer.h | |
parent | 477d82f44f5303b55b456f58f53e878289710743 (diff) |
Fix compile error case
Diffstat (limited to 'grammer.h')
-rw-r--r-- | grammer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ private: size_t CommonPrefix(const std::vector<Token>& tokens, const std::vector<std::string>& types); void AddFirstNode(); bool AddRootNode(); + void removeTokensUpTo(index_t token_id); + void removeTokensUpTo(index_t token_id, index_t node_id); void RemoveLastNode(); void ChangeNodeType(); void TrackBack(); |