This repository was archived by the owner on Mar 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
108 lines (97 loc) · 3.57 KB
/
references.bib
File metadata and controls
108 lines (97 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
@book{Boersma2024-BOEUFD,
author = {Boersma, Meinte},
title = {Building User-Friendly {DSLs}},
publisher = {Manning Publications},
year = {2024},
month = {October},
isbn = {9781617296475},
pages = {504},
note = {Foreword by Federico Tomassetti},
url = {https://www.manning.com/books/building-user-friendly-dsls}
}
@book{Kockelmans1972-KOCOHA,
address = {Evanston [Ill.]},
editor = {Joseph J. Kockelmans},
publisher = {Northwestern University Press},
title = {On Heidegger and Language},
year = {1972}
}
@book{Fowler2010-FOWDSL,
author = {Fowler, Martin},
title = {Domain-Specific Languages},
publisher = {Addison-Wesley Professional},
year = {2010},
isbn = {9780321712943},
series = {Addison-Wesley Signature Series}
}
@book{Parr2010-PARLAA,
author = {Parr, Terence},
title = {Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages},
publisher = {Pragmatic Bookshelf},
year = {2010},
isbn = {9781934356456}
}
@book{Kleppe2008-KLESPL,
author = {Kleppe, Anneke},
title = {Software Language Engineering: Creating Domain-Specific Languages Using Metamodels},
publisher = {Addison-Wesley},
year = {2008},
isbn = {9780321553454}
}
@book{Tomassetti2017-TOPWPI,
author = {Tomassetti, Federico},
title = {The Practical Guide to Language Design with Antlr and Java},
publisher = {Leanpub},
year = {2017},
url = {https://leanpub.com/language-implementation-patterns-creating-your-own-domain-specific-and-general-programming-languages}
}
@article{Voelter2014-VOEPDS,
author = {Voelter, Markus and Benz, Sebastian and Dietrich, Christian and Engelmann, Birgit and Helander, Mats and Kats, Lennart C. L. and Visser, Eelco and Wachsmuth, Guido},
title = {DSL Engineering: Designing, Implementing and Using Domain-Specific Languages},
journal = {CreateSpace Independent Publishing Platform},
year = {2013},
url = {http://dslbook.org}
}
@inproceedings{Erdweg2011-ERDSEL,
author = {Erdweg, Sebastian and Rendel, Tillmann and K{\"a}stner, Christian and Ostermann, Klaus},
title = {{SugarJ}: Library-based Syntactic Language Extensibility},
booktitle = {Proceedings of the 2011 ACM International Conference on Object Oriented Programming Systems Languages and Applications},
series = {OOPSLA '11},
year = {2011},
pages = {391--406},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{Renggli2010-RENTEL,
author = {Renggli, Lukas and Denker, Marcus and Nierstrasz, Oscar},
title = {Language Boxes: Bending the Host Language with Modular Language Changes},
journal = {Software Language Engineering},
year = {2010},
pages = {274--293},
publisher = {Springer}
}
@inproceedings{Wachsmuth2008-WACMEM,
author = {Wachsmuth, Guido},
title = {Metamodel Adaptation and Model Co-adaptation},
booktitle = {ECOOP 2007 -- Object-Oriented Programming},
year = {2007},
pages = {600--624},
publisher = {Springer Berlin Heidelberg}
}
@article{Shriram2012-SHRROL,
author = {Krishnamurthi, Shriram},
title = {The Racket of Language-Oriented Programming},
journal = {Communications of the ACM},
volume = {55},
number = {1},
year = {2012},
pages = {38--44}
}
@book{Friedman2008-FRIELE,
author = {Friedman, Daniel P. and Wand, Mitchell},
title = {Essentials of Programming Languages},
edition = {3rd},
publisher = {MIT Press},
year = {2008},
isbn = {9780262062794}
}