package
0.0.0-20240914090759-22fe844ec72e
Repository: https://github.com/couchbase/query.git
Documentation: pkg.go.dev

# README

The generated parser is already included this repo.

These instructions are only required for developers modifying the parser.

Building Parser

  1. Install nex - https://github.com/blynn/nex
  2. Install go's yacc tool - http://golang.org/cmd/yacc/
  3. Run build.sh

# Functions

No description provided by the author
NewLexerWithInit creates a new Lexer object, runs the given callback on it, then returns it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handle permitted JSON escape sequences along with appropriate quotation mark escaping (allows ” as an escaped ') Ref: https://www.json.org/json-en.html.
No description provided by the author

# Structs

No description provided by the author