[PATCH] D118990: [pseudo] Add first and follow set computation in Grammar.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 05:58:09 PST 2022


hokein created this revision.
hokein added a reviewer: sammccall.
hokein requested review of this revision.
Herald added a project: clang.

These will be used when building parsing table for LR parsers.

Separate from https://reviews.llvm.org/D118196.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118990

Files:
  clang/include/clang/Tooling/Syntax/Pseudo/Grammar.h
  clang/lib/Tooling/Syntax/Pseudo/Grammar.cpp
  clang/unittests/Tooling/Syntax/Pseudo/GrammarTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118990.405936.patch
Type: text/x-patch
Size: 10746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220204/8985933e/attachment.bin>


More information about the cfe-commits mailing list