Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3602 > unrolled thread
| Started by | John R Levine <johnl@taugh.com> |
|---|---|
| First post | 2024-10-10 09:12 -0400 |
| Last post | 2024-10-10 09:12 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.compilers
draft: LR Parsing of Permutation Phrases John R Levine <johnl@taugh.com> - 2024-10-10 09:12 -0400
| From | John R Levine <johnl@taugh.com> |
|---|---|
| Date | 2024-10-10 09:12 -0400 |
| Subject | draft: LR Parsing of Permutation Phrases |
| Message-ID | <24-10-003@comp.compilers> |
A permutation phrase is one where the elements can appear in any order. They are a pain to parse using LR methods since the an N element phrase expands to N! possible alternative rules. This paper proposes a tweak to LR parsing to handle them efficiently that produces smaller parse tables. https://arxiv.org/abs/2410.06769 Regards, John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY Please consider the environment before reading this e-mail. https://jl.ly
Back to top | Article view | comp.compilers
csiph-web