Developing a Modular Compiler for a Subset of a C-like Language

要約

この論文では、高級言語用のコンパイラを構築する際の課題に対処する、C ライク言語のサブセット用のモジュール型コンパイラの開発について紹介します。
このモジュール式アプローチにより、開発者は必要に応じてサブセットを追加または削除することで言語を変更できるようになり、最小限でメモリ効率の高いコンパイラが実現します。
開発プロセスは小さな段階的なステップに分割されており、各ステップで言語の拡張サブセットに対して完全に機能するコンパイラーが生成されます。
この文書では、コンパイラーの反復開発段階の概要を説明し、能力と機能の漸進的な強化を強調しています。
モジュール設計、コードの再利用性、ドキュメント化に関する業界のベスト プラクティスを遵守することで、コンパイラーの機能効率、保守性、拡張性が実現しました。
このコンパイラは、言語構造の管理だけでなく、最適化されたコードの開発にも効果的であることが判明し、実用的な使いやすさを実証しました。
これは、メモリ不足の小型シングルボード コンピューター上でコンパイラーを使用してさらに評価され、やはりコンパイラーの効率とリソースに制約のあるデバイスへの適合性が示されました。

要約(オリジナル)

The paper introduces the development of a modular compiler for a subset of a C-like language, which addresses the challenges in constructing a compiler for high-level languages. This modular approach will allow developers to modify a language by adding or removing subsets as required, resulting in a minimal and memory-efficient compiler. The development process is divided into small, incremental steps, where each step yields a fully functioning compiler for an expanding subset of the language. The paper outlines the iterative developmental phase of the compiler, emphasizing progressive enhancements in capabilities and functionality. Adherence to industry best practices of modular design, code reusability, and documentation has enabled the resulting compiler’s functional efficiency, maintainability, and extensibility. The compiler proved to be effective not only in managing the language structure but also in developing optimized code, which demonstrates its practical usability. This was also further assessed using the compiler on a tiny memory-deficient single-board computer, again showing the compiler’s efficiency and suitability for resource-constrained devices.

arxiv情報

著者 Debasish Dutta,Neeharika Sonowal,Irani Hazarika
発行日 2025-01-08 13:42:54+00:00
arxivサイト arxiv_id(pdf)

提供元, 利用サービス

arxiv.jp, Google

カテゴリー: cs.CL, cs.PF, cs.PL パーマリンク