syntactic analysis

Mechanism for Expanding Programming Language Syntax at Compile Time

The article examines the issue of the flexibility of grammars with a fixed set of rules, which limits the ability to integrate specialized syntactic constructs. A model for extending such grammars is proposed, allowing for modular supplementation of the base system with new rules without compromising its integrity. This approach enables the syntactic system to adapt to new requirements, ensuring the automatic expansion of formal descriptions.

FROM AVIATION TO WEB STANDARDS: TRANSFORMATION OF SSIM FILES INTO JSON FORMAT

Considering dynamic changes in the aviation sector, successful data exchange and integration planning plays a pivotal role in maintaining operational efficiency of airlines. Although the SSIM (Standard Schedules Information Manual) file is considered a reliable format, it has certain limitations regarding interaction and compatibility with other web technologies and programs due to its text format strictly defined by the specification. In this work, we propose an approach to convert SSIM files into the JSON (JavaScript Object Notation) format.