]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Parser.h
fixed some issues with the grammar
[l2e.git] / src / loader / Parser.h
index ebfeafaacf0f9c081a0c60512818647ff0311350..fd8f2cfad52fd3d536fc1b013268d60e72de4f1d 100644 (file)
@@ -71,6 +71,7 @@ private:
        void AssertTokenType(Tokenizer::Token::Type actual, Tokenizer::Token::Type expected);
        void AssertTokenType(Tokenizer::Token::Type actual, Tokenizer::Token::Type expected, const std::string &msg);
        bool BeginningOfLiteral(const Tokenizer::Token &) const;
+       bool BeginningOfPrimitiveLiteral(const Tokenizer::Token &) const;
        bool BeginOfPropertyList(const Tokenizer::Token &) const;
 
 private: