Domain-specific languages / Andrzej Wąsowki (2023)
Domain-specific languages : effective modeling, automation, and reuse [texte imprimé] / Andrzej Wąsowki, Auteur ; Thorsten (1981-....) Berger, Auteur . - Berlin ; London ; Cham : Springer, 2023 . - XVI, 486 p. : ill. ; 24 cm.
ISBN : 978-3-031-23668-6
Ref. Bibliogr. en fin de chapitres
Langues : Anglais (eng)
Mots-clés : Génie logiciel
Langages de programmation
Ingénierie dirigée par les modèles
Langages dédiés (informatique)
Design patterns
Logiciels -- Développement -- Automatisation
Logiciels -- Réutilisation
Software Engineering
Méta -- modélisationIndex. décimale : 004.4 Logiciel. Programme Résumé : "This textbook describes the theory and the pragmatics of using and engineering high-level software languages - also known as modeling or domain-specific languages (DSLs) - for creating quality software. This includes methods, design patterns, guidelines, and testing practices for defining the syntax and the semantics of languages. While remaining close to technology, the book covers multiple paradigms and solutions, avoiding a particular technological silo. It unifies the modeling, the object-oriented, and the functional-programming perspectives on DSLs. The book has 13 chapters. Chapters 1 and 2 introduce and motivate DSLs. Chapter 3 kicks off the DSL engineering lifecycle, describing how to systematically develop abstract syntax by analyzing a domain. Chapter 4 addresses the concrete syntax, including the systematic engineering of context-free grammars. Chapters 5 and 6 cover the static semantics – with basic constraints as a starting point and type systems for advanced DSLs. Chapters 7 (Transformation), 8 (Interpretation), and 9 (Generation) describe different paradigms for designing and implementing the dynamic semantics, while covering testing and other kinds of quality assurance. Chapter 10 is devoted to internal DSLs. Chapters 11 to 13 show the application of DSLs and engage with simpler alternatives to DSLs in a highly distinguished domain: software variability. These chapters introduce the underlying notions of software product lines and feature modeling. The book has been developed based on courses on model-driven software engineering (MDSE) and DSLs held by the authors. It aims at senior undergraduate and junior graduate students in computer science or software engineering. Since it includes examples and lessons from industrial and open-source projects, as well as from industrial research, practitioners will also find it a useful reference. The numerous examples include code in Scala 3, ATL, Alloy, C#, F#, Groovy, Java, JavaScript, Kotlin, OCL, Python, QVT, Ruby, and Xtend. The book contains as many as 277 exercises. The associated code repository facilitates learning and using the examples in a course." (4e de couverture) Note de contenu : Summary :
1. Using modeling languages
2. Building modeling languages
3. Domain analysis and abstract syntax
4. Concrete syntax
5. Static semantics
6. Static semantics with type systems
7. Model and program transformation
8. Interpretation
9. Code generation
10. Internal domain-specific languages
11. Software product lines
12. Feature modeling
13. Model and language variability