tree: d56ddf9d37427a917c1faa65b185376424f0e4e0 [path history] [tgz]
  1. bison_parser_adapter.h
  2. bison_parser_common.cc
  3. bison_parser_common.h
  4. bison_parser_common_test.cc
  5. BUILD
  6. parse.h
  7. parser_param.cc
  8. parser_param.h
  9. parser_test_util.h
  10. README.md
  11. yacc.bzl
common/parser/README.md

Parser Library

This language-agnostic library contains adapters and helpers for working with Yacc/Bison-generated parsers. Such adapters includes being able to accept tokens from sources that are not directly coming from a lexer function. Such flexibility enables intermediate processing on token streams before parsing them.

See the text library for syntax tree data structures.