LRGraph is the key component of the clang pseudo parser, it is a
deterministic handle-finding finite-state machine, which is used to
generated the LR parsing table.
Separate from https://reviews.llvm.org/D118196.
Differential D119172
[pseudo] Implement LRGraph hokein on Feb 7 2022, 11:36 AM. Authored by
Details
LRGraph is the key component of the clang pseudo parser, it is a Separate from https://reviews.llvm.org/D118196.
Diff Detail
Event TimelineComment Actions LG, thank you!
Comment Actions address review comments.
|
I think it'd be useful to be a little more concrete here than "find"...