透過您的圖書館登入
IP:3.144.109.5

並列摘要


LR (k) is the most general category of linear-time parsing. Before a symbol is recognized in LR parsing, it is difficult to invoke the semantic action associated with the symbol. Adding semantic actions to an LR (k) grammar may result in a non-LR (k) grammar. There are two straightforward approaches adopted by practitioners of parser generators. The first approach is to delay all semantic actions until the whole parse tree is constructed. The second is to add semantic actions to the grammar by chance. This paper presents an efficient algorithm for finding positions (called free positions) that can freely put semantic actions into an LR (k) grammar. The speedups of our method range from 2.23 to 15.50 times for the eight tested grammars.

延伸閱讀