کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
433724 1441665 2014 20 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
The formalization and implementation of Adaptable Parsing Expression Grammars
ترجمه فارسی عنوان
رسم سازی و اجرای اصطلاحات اصلاح پذیر قابل تنظیم
کلمات کلیدی
زبان های قابل گسترش گرامر قابل تنظیم گیره
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
چکیده انگلیسی


• We propose an adaptable model based on Parsing Expression Grammars.
• We added attributes to PEG so extensibility is achieved by means of grammar attributes.
• The model is formally defined.
• The implementation of the adaptable model is detailed.
• The adaptable model preserves PEG legibility.

The term “extensible language” is especially used when a language allows the extension of its own concrete syntax and the definition of the semantics of new constructs. Most popular tools designed for automatic generation of syntactic analysers do not offer any adequate resources for the specification of extensible languages. When used in the implementation of features like syntax macro definitions, these tools usually impose severe restrictions. For example, it may be required that macro definitions and their use reside in different files; or it may be impossible to perform the syntax analysis in one single pass. We claim that one of the main reasons for these limitations is the lack of appropriate formal models for the definition of the syntax of extensible languages.This paper presents the design and formal definition of Adaptable Parsing Expression Grammars, an extension to the Parsing Expression Grammar (PEG) model that allows the manipulation of its own production rules during the analysis of an input string. The proposed model compares favourably with similar approaches for the definition of the syntax of extensible languages. An implementation of the model is also presented, simulating the behaviour of packrat parsers. Among the challenges for this implementation is the use of attributes and on the fly modifications on the production rules at parse time, features not present in standard PEG. This approach has been used on the definition of a real extensible language, and initial performance tests suggest that the model may work well in practice.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Science of Computer Programming - Volume 96, Part 2, 15 December 2014, Pages 191–210
نویسندگان
, , , ,