-
Notifications
You must be signed in to change notification settings - Fork 8
/
softdev.bib
3436 lines (3105 loc) · 101 KB
/
softdev.bib
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This is the common softdev BibTeX repository. Rather than maintaining separate
BibTeX entries for papers, this enables us to have a single common file and use
prebib to translate it into something useful.
Entries should be of the format "<first author><2 digit year><first word of
title>". In those cases where <first word of title> makes little sense, use your
common sense to find something sensible and short.
Please make sure entries in here are of the highest quality. If you need to
indulge in any paper-specific mangling (e.g. because you are running out of
space), please do that on a copy of this file.
For 'month' fields, please use the abbreviated 3 letter notation.
@article{sison95simultaneous,
title={Simultaneous confidence intervals and sample size determination for multinomial proportions},
author={Sison, Cristina P. and Glaz, Joseph},
journal={J.~ASA},
month=Mar,
volume={90},
number={429},
pages={366--369},
year={1995},
publisher={Taylor \& Francis}
}
@inproceedings{Khadka14how,
author={Khadka, Ravi and Batlajery, Belfrit V. and Saeidi, Amir M. and Jansen, Slinger and Hage, Jurriaan},
title={How Do Professionals Perceive Legacy Systems and Software Modernization?},
booktitle={ICSE},
year={2014},
month=May,
isbn={978-1-4503-2756-5},
location={Hyderabad, India},
pages={36--47},
doi={10.1145/2568225.2568318},
publisher={{ACM}},
}
@book{cheney85numerical,
title={Numerical methods and computing},
author={Cheney, Ward and Kincaid, David},
journal={Pacific Grove: California},
year={1985},
month=Apr,
}
@misc{hettrick14uk,
title = {{UK} Research Software Survey 2014},
author = {Hettrick, Simon and Antonioletti, Mario and Carr, Les and
Chue Hong, Neil and Crouch, Stephen and De Roure, David and Emsley, Iain and
Goble, Carole and Hay, Alexander and Inupakutika, Devasena and Jackson, Mike and
Nenadic, Aleksandra and Parkinson, Tim and Parsons, Mark I and
Pawlik, Aleksandra and Peru, Giacomo and Proeme, Arno and Robinson, John and
Sufi, Shoaib},
year = {2014},
month = Dec,
link = {10.5281/zenodo.14809},
}
@article{peterson09f2py,
title = {{F2PY}: a tool for connecting {Fortran} and {Python} programs},
author = {Peterson, Pearu},
journal = {International Journal of Computational Science and Engineering},
volume = {4},
number = {4},
pages = {296--305},
year = 2009,
publisher = {Inderscience Publishers}
doi = {10.1504/IJCSE.2009.029165},
month=Jan,
}
@article{cheatham69extensible,
author = {Cheatham, Thomas E.},
title = {Motivation for Extensible Languages},
journal = {ACM SIGPLAN},
volume = {4},
number = {8},
month = Aug,
year = {1969},
pages = {45--49}
}
@inproceedings{barrett13unipycation,
author = {Barrett, Edd and Bolz, Carl Friedrich and Tratt, Laurence},
title = {{Unipycation}: A Case Study in Cross-language Tracing},
booktitle = {VMIL},
year = {2013},
month = Oct,
pages = {31--40},
doi = {10.1145/2542142.2542146},
}
@inproceedings{sullivan03dynamic,
title = {Dynamic Native Optimization of Interpreters},
isbn = {1-58113-655-2},
booktitle = {IVME},
author = {Sullivan, Gregory T. and Bruening, Derek L. and Baron, Iris and Garnett, Timothy and Amarasinghe, Saman},
year = {2003},
month = Jun,
pages = {50--57}
}
@inproceedings{bolz09tracing,
title = {Tracing the Meta-Level: {PyPy's} Tracing {JIT} Compiler},
isbn = {978-1-60558-541-3},
booktitle = "ICOOOLPS",
author = {Bolz, Carl Friedrich and Cuni, Antonio and Fijałkowski, Maciej and Rigo, Armin},
year = {2009},
month = Jul,
pages = {18--25},
}
@inproceedings{yermolovich09optimization,
title = {Optimization of Dynamic Languages using Hierarchical Layering of Virtual Machines},
isbn = {978-1-60558-769-1},
booktitle = "DLS",
author = {Yermolovich, Alexander and Wimmer, Christian and Franz, Michael},
year = {2009},
month = Oct,
pages = {79--88}
}
@inproceedings{bebenita10spur,
author = {Bebenita, Michael and Brandner, Florian and Fahndrich, Manuel and Logozzo, Francesco and Schulte, Wolfram and Tillmann, Nikolai and Venter, Herman},
title = "{SPUR}: A Trace-Based {JIT} Compiler for {CIL} ",
booktitle = {OOPSLA},
year = 2010,
month = Mar,
pages = {708--725},
isbn = {978-1-4503-0203-6}
}
@inproceedings{ingalls97back,
title = {Back to the Future: the Story of {Squeak}, a Practical {Smalltalk} written in itself},
isbn = {0-89791-908-4},
booktitle = {OOPSLA},
author = {Ingalls, Dan and Kaehler, Ted and Maloney, John and Wallace, Scott and Kay, Alan},
year = {1997},
month = Oct,
pages = {318--326},
}
@article{kelsey94tractable,
title = {A Tractable {Scheme} Implementation},
volume = {7},
issn = {0892-4635},
number = {4},
journal = {Lisp Symb. Comput.},
author = {Kelsey, Richard A. and Rees, Jonathan A.},
year = {1994},
month = Dec,
pages = {315--335},
}
@inproceedings{bala00dynamo,
title = {Dynamo: A Transparent Dynamic Optimization System},
booktitle = "PLDI",
author = {Bala, Vasanth and Duesterwald, Evelyn and Banerjia, Sanjeev},
year = {2000},
month = Jun,
pages = {1--12}
}
@inproceedings{gal06hotpathvm,
title = {{HotpathVM:} An Effective {JIT} Compiler for Resource-Constrained Devices},
isbn = {1-59593-332-6},
booktitle = {VEE},
author = {Gal, Andreas and Probst, Christian W. and Franz, Michael},
year = {2006},
pages = {144--153},
month = Jun,
}
@article{bolz14impact,
author = {Carl Friedrich Bolz and Laurence Tratt},
title = {The Impact of Meta-Tracing on {VM} Design and Implementation},
journal = {SCICO},
year = {2015},
month = Feb,
pages = {408--421},
volume = {98},
number = 3,
issn = {0167-6423},
doi = {10.1016/j.scico.2013.02.001},
}
@inproceedings{rigo06pypy,
title = {{PyPy's} Approach to Virtual Machine Construction},
isbn = {{1-59593-491-X}},
booktitle = {DLS},
author = {Armin Rigo and Samuele Pedroni},
year = {2006},
month = Oct,
pages = {944--953},
}
@inproceedings{bolz10towards,
title = {Towards a Jitting {VM} for {Prolog} Execution},
isbn = {978-1-4503-0132-9},
pages = {99--108},
booktitle = {PPDP},
month = Jul,
author = {Bolz, Carl Friedrich and Leuschel, Michael and Schneider, David},
year = {2010},
}
@inproceedings{diekmann13parsing,
author = {Lukas Diekmann and Laurence Tratt},
title = {Parsing Composed Grammars with Language Boxes},
booktitle = {Scalable Language Specifications},
year = 2013,
month = Jun,
}
@inproceedings{bolz11runtime,
title = {Runtime Feedback in a Meta-Tracing {JIT} for Efficient Dynamic Languages},
booktitle = {ICOOOLPS},
author = {Bolz, Carl Friedrich and Cuni, Antonio and Fijałkowski, Maciej and Leuschel, Michael and Pedroni, Samuele and Rigo, Armin},
year = {2011},
month = Jul,
pages = {9:1–9:8},
}
@inproceedings{gal09trace,
title = {Trace-Based {Just-In-Time} Type Specialization for Dynamic Languages},
booktitle = {PLDI},
author = {Gal, Andreas and Eich, Brendan and Shaver, Mike and Anderson, David and Mandelin, David and Haghighat, Mohammad R and Kaplan, Blake and Hoare, Graydon and Zbarsky, Boris and Orendorff, Jason and Ruderman, Jesse and Smith, Edwin W and Reitmaier, Rick and Bebenita, Michael and Chang, Mason and Franz, Michael},
year = {2009},
month = Jun,
pages = {465--478},
}
@article{bolz11allocation,
author = {Carl Friedrich Bolz and Antonio Cuni and Maciej Fijałkowski and Michael Leuschel and Samuele Pedroni and Armin Rigo},
journal = {PEPM},
title = {Allocation Removal by Partial Evaluation in a Tracing {JIT}},
year = {2011},
month = Jan,
pages = {43--52}
}
@inproceedings{ishizaki12adding,
author = {Kazuaki Ishizaki and Takeshi Ogasawara and Jose Castanos and Priya Nagpurkar and David Edelsohn and Toshio Nakatani},
title = {Adding Dynamically-Typed Language Support to a Statically-Typed Language Compiler: Performance Evaluation, Analysis, and Tradeoffs},
booktitle = {VEE},
year = {2012},
month = Mar,
isbn = {978-1-4503-1176-2},
pages = {169--180},
numpages = {12},
doi = {10.1145/2151024.2151047}
}
@inproceedings{castanos12onthebenefits,
author = {Castanos, Jose and Edelsohn, David and Ishizaki, Kazuaki and Nagpurkar, Priya and Nakatani, Toshio and Ogasawara, Takeshi and Wu, Peng},
title = {On the benefits and pitfalls of extending a statically typed language {JIT} compiler for dynamic scripting languages},
booktitle = "OOPSLA",
month = Oct,
year = {2012},
pages = {195--212},
numpages = {18},
url = {http://doi.acm.org/10.1145/2398857.2384631},
}
@inproceedings{gybels03soul,
author = {Kris Gybels},
title = {{SOUL} and {Smalltalk} -- Just Married: evolution of the Interaction between a Logic and an Object-Oriented Language towards Symbiosis},
booktitle = {DP-COOL},
year = {2003},
month = Aug,
}
@inproceedings{dhondt04seamless,
author = {Maja D'Hondt and Kris Gybels and Viviane Jonckers},
title = {Seamless Integration of Rule-Based Knowledge and Object-Oriented Functionality with Linguistic Symbiosis},
booktitle = "SAC",
year = {2004},
month = Mar,
isbn = {1-58113-812-1},
pages = {1328--1335},
numpages = {8},
}
@incollection{denti01tuprolog,
title = {{tuProlog:} A Light-Weight {Prolog} for Internet Applications and Infrastructures},
booktitle = {PADL},
author = {Denti, Enrico and Omicini, Andrea and Ricci, Alessandro},
year = {2001},
month = Mar,
pages = {184--198},
volume={1990}
}
@article{cheatham69motivation,
author = {Cheatham, Thomas E.},
title = {Motivation for Extensible Languages},
journal = "SIGPLAN",
volume = {4},
number = {8},
month = Aug,
year = {1969},
pages = {45--49}
}
@article{irons70experience,
author = {Irons, Edgar T.},
title = {Experience with an Extensible Language},
journal = {CACM},
year = {1970},
month = Jan,
volume = {13},
pages = {31--40},
number = {1},
issn = {0001-0782},
}
@inproceedings{gregory85ametalanguage,
author = {Johnson, Gregory F. and Fischer, C. N.},
title = {A Meta-language and System for Nonlocal Incremental Attribute Evaluation
in Language-based Editors},
booktitle = "POPL",
year = {1985},
month = Jan,
pages = {141--151},
doi = {http://doi.acm.org/10.1145/318593.318627},
isbn = {0-89791-147-4}
}
@inproceedings{cardelli93extensible,
author = {Luca Cardelli and Florian Matthes and Mart\'{\i}n Abadi},
title = {Extensible Grammars for Language Specialization},
booktitle = {Database Programming Languages},
year = {1993},
pages = {11--31},
month = Aug,
}
@article{tratt08domainspecific,
author = {Laurence Tratt},
title = {Domain Specific Language Implementation via Compile-Time Meta-Programming},
journal = "TOPLAS",
year = {2008},
month = Oct,
volume = {30},
pages = {1--40},
number = {6},
}
@inproceedings{bravenboer04concrete,
author = {Martin Bravenboer and Eelco Visser},
title = {Concrete Syntax for Objects. Domain-Specific Language Embedding and Assimilation without Restrictions},
booktitle = "OOPSLA",
year = {2004},
pages = {365--383},
month = Oct,
isbn = {1-58113-831-8}
}
@article{hudak96building,
author = {Paul Hudak},
title = {Building Domain-Specific Embedded Languages},
journal = {ACM Computing Surveys},
volume = {28},
number = {4},
year = {1996},
month = Dec,
}
@inproceedings{sarimbekov13characteriustics,
author = {Sarimbekov, Aibek and Podzimek, Andrej and
Bulej, Lubomir and Zheng, Yudi and Ricci, Nathan and Binder, Walter},
title = {Characteristics of Dynamic {JVM} Languages},
booktitle = "VMIL",
series = {VMIL '13},
year = {2013},
month = Oct,
isbn = {978-1-4503-2601-8},
pages = {11--20},
numpages = {10},
url = {http://doi.acm.org/10.1145/2542142.2542144},
doi = {10.1145/2542142.2542144},
publisher = {ACM},
}
@inproceedings{kalibera13rigorous,
author = {Kalibera, Tomas and Jones, Richard},
title = {Rigorous Benchmarking in Reasonable Time},
booktitle = {ISMM},
series = {ISMM '13},
year = {2013},
month = Jun,
isbn = {978-1-4503-2100-6},
pages = {63--74},
numpages = {12},
url = {http://doi.acm.org/10.1145/2464157.2464160},
doi = {10.1145/2464157.2464160},
publisher = {ACM},
}
@inproceedings{howe10pearl,
author = {Jacob Howe and Andy King},
title = {A Pearl on {SAT} Solving in {Prolog}},
booktitle = {FLOPS},
year = {10},
pages = {165--174},
publisher = {Springer},
series = {LNCS},
volume = {6009},
year = {2010},
month = Apr,
isbn = {978-3-642-12250-7},
doi = {10.1007/978-3-642-12251-4},
}
This is really a book. The authors ask for a very specific citation style on
the website. We conform. Kind of awkward and fires a prebib warning about
month hence the empty month field.
@inproceedings{hoos00satlib,
author = {Holger Hoos and Thomas St\"utzle},
title = {{{SATLIB}: An Online Resource for Research on {SAT}}},
year = {2000},
pages = {283--292},
publisher = {IOS Press},
booktitle = {SAT 2000},
month = {},
note = {I.~P.~Gent, H.~v.~Maaren, T.~Walsh, editors, SAT 2000. SATLIB is available online at \url{www.satlib.org}},
isbn = {978-1-58603-061-2}
}
@inproceedings{vitek11repeatability,
author = {Jan Vitek and Tomas Kalibera},
title = {Repeatability, reproducibility, and rigor in systems research},
booktitle = {EMSOFT},
year = {2011},
month = Oct,
pages = {33-38},
ee = {http://doi.acm.org/10.1145/2038642.2038650},
isbn = {978-1-4503-0714-7},
}
@techreport{kalibera12quantifying,
author = {Kalibera, Tomas and Jones, Richard},
title = {Quantifying performance changes with effect size confidence intervals},
institution = {University of Kent},
number = "4-12",
month = Jun,
year = {2012},
}
@inproceedings{janssen94interlanguage,
author = "Bill Janssen and Mike Spreitzer",
title = "{ILU}: Inter-Language Unification via Object Modules",
booktitle = "Multi-Language Object Models",
year = "1994",
month = Aug
}
@inproceedings{kaplan98idls,
author = {Alan Kaplan and John Ridgway and Jack C. Wileden},
title = {Why {IDLs} Are Not Ideal},
booktitle = {Software Specification and Design},
year = {1998},
month = Apr
}
@article{wielemaker12future,
title = {{SWI-Prolog}: history and focus for the future},
author = {Jan Wielemaker},
journal = {ALP},
year = {2012},
month = Jun,
volume = "152"
}
@phdthesis{mitchell70design,
title = {The design and construction of flexible and efficient interactive programming systems},
school = {Carnegie Mellon University},
author = {Mitchell, James George},
year = {1970},
month = Jun,
}
@phdthesis{wagner98practicalalgorithms,
title = "Practical Algorithms for Incremental Software Development Environments",
author = "Tim A. Wagner",
school = "University of California, Berkeley",
year = "1998",
month = Mar
}
@inproceedings{erdweg12untangled,
booktitle = {LDTA},
title = {Language Composition Untangled},
author = {Sebastian Erdweg and Paolo G. Giarrusso and Tillmann Rendel},
year = {2012},
month = Mar,
}
@mastersthesis{seaton07mutablesyntax,
school = {University of Bristol},
title = {A Programming Language Where the Syntax and Semantics Are Mutable at Runtime},
author = {Christopher Seaton},
year = {2007},
month = May,
}
@inproceedings{johnstone10tear,
booktitle = {LDTA},
keyword = {context free grammar, parsing, tree traversal},
year = {2010},
address = {New York, NY, USA},
articleno = {6},
title = {Tear-Insert-Fold Grammars},
acmid = {1868287},
pages = {6:1--6:8},
link = {http://doi.acm.org/10.1145/1868281.1868287},
author = {Johnstone, Adrian and Scott, Elizabeth},
numpages = {8},
month = Mar,
}
@incollection{konat13declarative,
booktitle = {SLE},
title = {Declarative name binding and scope rules},
author = {Konat, Gabri{\"e}l and Kats, Lennart and Wachsmuth, Guido and Visser, Eelco},
year = {2013},
month = Oct,
pages = {311--331},
}
@inproceedings{kats10spoofax,
author = {Kats, Lennart C.L. and Visser, Eelco},
title = {The {Spoofax} Language Workbench: Rules for Declarative Specification of Languages and {IDEs}},
booktitle = {OOPSLA},
month = Oct,
year = {2010},
isbn = {978-1-4503-0203-6},
location = {Reno/Tahoe, Nevada, USA},
pages = {444--463},
numpages = {20},
url = {http://doi.acm.org/10.1145/1869459.1869497},
doi = {10.1145/1869459.1869497},
acmid = {1869497},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {IDE, domain-specific language, dsl, eclipse, language workbench, meta-tooling, sdf, sglr, spoofax, stratego},
}
@inproceedings{pech13mps,
author = {Pech, Vaclav and Shatalin, Alex and Voelter, Markus},
title = "{JetBrains} {MPS} As a Tool for Extending {Java} ",
booktitle = {PPPJ},
year = {2013},
month = Sep,
isbn = {978-1-4503-2111-2},
location = {Stuttgart, Germany},
pages = {165--168},
numpages = {4},
url = {http://doi.acm.org/10.1145/2500828.2500846},
doi = {10.1145/2500828.2500846},
acmid = {2500846},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DSLs, development environments, formal methods, language extension},
}
@article{knuth65lllr,
author = {Donald Knuth},
title = {On the Translation of Languages from Left to Right},
journal = {Information and Control},
volume = {8},
number = {6},
year = {1965},
month = Dec,
pages = {607-639}
}
@inproceedings{kaminski13dslfeatures,
author = {Kaminski, Ted and Van Wyk, Eric},
title = {Creating and Using Domain-specific Language Features},
booktitle = {GlobalDSL},
year = {2013},
month = Jul,
isbn = {978-1-4503-2043-6},
pages = {18--21},
numpages = {4},
url = {http://doi.acm.org/10.1145/2489812.2489817},
doi = {10.1145/2489812.2489817},
acmid = {2489817},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{ghezzi79incremental,
title={Incremental parsing},
author={Ghezzi, Carlo and Mandrioli, Dino},
journal={ACM Transactions on Programming Languages and Systems (TOPLAS)},
volume={1},
number={1},
pages={58--70},
year={1979},
publisher={ACM},
month=Jan,
}
@article{ghezzi80augmenting,
title={Augmenting Parsers to support Incrementality},
author={Ghezzi, Carlo and Mandrioli, Dino},
journal={Journal of the ACM (JACM)},
volume={27},
number={3},
pages={564--579},
year={1980},
publisher={ACM},
month=Jul,
}
@inproceedings{jalili82building,
title={Building friendly parsers},
author={Jalili, Fahimeh and Gallier, Jean H},
booktitle={POPL},
pages={196--206},
year={1982},
month=Jan,
organization={ACM}
}
@article{larcheveque95optimal,
author = {Larchevêque, Jean-Marie},
year = {1995},
month = Jan,
pages = {1--15},
title = {Optimal incremental parsing},
volume = {17},
journal = {TOPLAS},
url = {http://doi.acm.org/10.1145/200994.200996},
doi = {10.1145/200994.200996},
}
@inproceedings{petrone95reusing,
author = "Petrone, Luigi",
title = "Reusing batch parsers as incremental parsers",
booktitle = "FSTTCS",
year = "1995",
month = Dec,
publisher = "Springer Berlin Heidelberg",
address = "Berlin, Heidelberg",
pages = "111--123",
}
@inproceedings{ferro94efficient,
title={Efficient Incremental Parsing for context-free Languages},
author={Ferro, Manuel Vilares and Dion, Bernard A},
booktitle={International Conference on Computer Languages},
pages={241--252},
year={1994},
organization={IEEE},
month=May,
}
@article{li97new,
title={A new Approach to Incremental {LR} Parsing},
author={Li, Warren X},
journal={J. Prog. Lang.},
volume={5},
number={1},
pages={173--188},
year={1997},
month=Jan,
}
@inproceedings{renggli09languageboxes,
author = {Lukas Renggli and Marcus Denker and Oscar Nierstrasz},
title = {Language Boxes},
booktitle = {SLE},
year = {2009},
month = Oct,
pages = {274-293}
}
@article{parikh66contextfree,
author = {Parikh, Rohit J.},
title = {On Context-Free Languages},
journal = {J.~ACM},
volume = {13},
number = {4},
month = Oct,
year = {1966},
issn = {0004-5411},
pages = {570--581},
numpages = {12},
url = {http://doi.acm.org/10.1145/321356.321364},
doi = {10.1145/321356.321364}
}
@inproceedings{schwerdfeger09pldi,
author = "August Schwerdfeger and Eric Van Wyk",
title = "Verifiable Composition of Deterministic Grammars",
booktitle = "PLDI",
year = 2009,
month = Jun,
}
@phdthesis{visser97sdf,
author = {Visser, Eelco},
title = {Syntax Definition for Language Prototyping},
year = {1997},
month = Sep,
school = {University of Amsterdam}
}
@techreport{visser97scannerless,
title = {Scannerless generalized-LR parsing},
author = {Visser, Eelco and others},
number = {P9707},
year = {1997},
month = Aug,
institution = {Universiteit van Amsterdam}
}
@inproceedings{vandenbrand02disambiguation,
title = {Disambiguation filters for scannerless generalized LR parsers},
author = {Van den Brand, Mark GJ and Scheerder, Jeroen and Vinju, Jurgen J and Visser, Eelco},
booktitle = {CC},
pages = {143--158},
year = {2002},
month = Mar,
}
@ARTICLE{cantor62ambiguity,
author = {David G. Cantor},
title = {On the Ambiguity Problem of Backus Systems},
year = {1962},
month = Oct,
pages = {477--479},
journal = {J.~ACM},
volume = 9,
number = 4,
publisher = {ACM}
}
@inproceedings{vasudevan13detecting,
author = {Naveneetha Vasudevan and Laurence Tratt},
title = {Detecting Ambiguity in Programming Language Grammars},
booktitle = {SLE},
year = {2013},
month = Oct,
pages = {157-176}
}
@article{salomon89scannerless,
author = {D. J. Salomon and G. V. Cormack},
title = {Scannerless {NSLR}(1) parsing of programming languages},
journal = {SIGPLAN Not.},
volume = {24},
number = {7},
month = Jun,
year = {1989},
pages = {170--178}
}
@inproceedings{ford04pegs,
author = {Bryan Ford},
title = {Parsing expression grammars: a recognition-based syntactic foundation},
booktitle = {POPL},
month = Jan,
year = {2004},
isbn = {1-58113-729-X},
pages = {111--122},
}
@article{teitelbaum81cornell,
author = {Teitelbaum, Tim and Reps, Thomas},
title = {The {Cornell} program synthesizer: a syntax-directed programming environment},
journal = {Commun.~ACM},
year = {1981},
month = Sep,
volume = {24},
pages = {563--573},
number = {9},
doi = {http://doi.acm.org/10.1145/358746.358755},
issn = {0001-0782}
}
@mastersthesis{bosharnitsan01harmonia,
title = {{Harmonia}: A Flexible Framework for Constructing Interactive Language-Based Programming Tools},
school = {University of California, Berkeley},
author = {Marat Boshernitsan},
year = {2001},
month = Jun
}
@article{bravenboer08stratego,
title = "Stratego/{XT} 0.17. {A} language and toolset for program transformation",
journal = "SCICO",
volume = "72",
number = "1–2",
pages = "52 - 70",
year = "2008",
issn = "0167-6423",
doi = "http://dx.doi.org/10.1016/j.scico.2007.11.003",
url = "http://www.sciencedirect.com/science/article/pii/S0167642308000452",
author = "Martin Bravenboer and Karl Trygve Kalleberg and Rob Vermaas and Eelco Visser",
month = Jun,
}
@article{cordy06txl,
title = "The {TXL} source transformation language",
journal = "Science of Computer Programming",
volume = "61",
number = "3",
pages = "190 - 210",
year = "2006",
issn = "0167-6423",
doi = "http://dx.doi.org/10.1016/j.scico.2006.04.002",
url = "http://www.sciencedirect.com/science/article/pii/S0167642306000669",
author = "James R. Cordy",
month = Aug,
}
@book{voelter13dsl,
author = {Markus Völter and Sebastian Benz and Christian Dietrich and Birgit Engelmann and Mats Helander and Lennart C. L. Kats and Eelco Visser and Guido Wachsmuth},
title = {{DSL} Engineering - Designing, Implementing and Using Domain-Specific Languages},
publisher = {dslbook.org},
year = {2013},
isbn = {978-1-4812-1858-0},
url = {http://www.dslbook.org},
topic = {model-driven software development,domain-specific languages,Programming languages},
group = {SE}
}
@inproceedings{adams12layout,
author = {Adams, Michael D.},
title = {Principled Parsing for Indentation-Sensitive Languages: Revisiting {L}andin's Offside Rule},
booktitle = {POPL},
pages = {511--522},
month = Jan,
year = {2013},
isbn = {978-1-4503-1832-7},
doi = {10.1145/2429069.2429129},
}
@inproceedings{harrison97presentation,
title={Presentation by tree transformation},
author={Harrison, Michael A and Maverick, Vance},
booktitle={Compcon},
pages={68--73},
year={1997},
month=Sep,
organization={IEEE}
}
@inproceedings{khwaja93syntax,
author = {Khwaja, Amir Ali and Urban, Joseph E.},
title = {Syntax-directed Editing Environments: Issues and Features},
booktitle = {SAC},
year = {1993},
month = Feb,
isbn = {0-89791-567-4},
location = {Indianapolis, Indiana, USA},
pages = {230--237},
numpages = {8},
url = {http://doi.acm.org/10.1145/162754.162882},
doi = {10.1145/162754.162882},
acmid = {162882},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {support environments, syntax-directed editors, usability},
}
@book{bratko01prolog,
title = {Prolog programming for artificial intelligence},
isbn = {0201403757 9780201403756},
author = {Bratko, Ivan},
publisher = {Addison Wesley},
year = {2001}
}
@article{neumann28theorie,
title = {Zur {Theorie} der {Gesellschaftsspiele}},
volume = {100},
issn = {0025-5831, 1432-1807},
number = {1},
journal = {{Mathematische Annalen}},
author = {von Neumann, John},
year = {1928},
pages = {295--320},
month = Dec,
}
@book{neumann44theory,
title = "Theory of games and economic behavior",
lccn = {30098},
url = {http://archive.org/details/theoryofgamesand030098mbp},
author = {von Neumann, John},
publisher = {Princeton University Press},
year = {1944},
}
@techreport{edwards61alpha,
title = {The Alpha-Beta Heuristic},
number = {{AIM-30}},
institution = {{MIT}},
author = {Daniel J. Edwards and Timothy P. Hart},
year = {1961},
month = Oct,
}
@inproceedings{diekmann14eco,
author = {Lukas Diekmann and Laurence Tratt},
title = {{Eco}: A language composition editor},
booktitle = {SLE},
pages = {82--101},
year = {2014},
month = Sep,
}
@techreport{robinson80loglisp,
title={{{LOGLISP}: An Alternative to {PROLOG}}},
author={Robinson, John Alan and Silbert, E.E.},
institution={Syracuse University},
year={1980},
month=Dec,
}
@article{lapaime86logicon,
author = {Lapaime, Guy and Chapleau, Suzanne},
title = {Logicon: An Integration of Prolog into Icon},
journal = {Software---Practice \& Experience},
volume = {16},
number = {10},
month = Oct,
year = {1986},
issn = {0038-0644},
pages = {925--944},
numpages = {20},
url = {http://dx.doi.org/10.1002/spe.4380161005},
doi = {10.1002/spe.4380161005},
acmid = {21614},
publisher = {John Wiley \& Sons, Inc.},
address = {New York, NY, USA},
}
@inproceedings{grimmer14dynamically,
author = {Mathias Grimmer and Chris Seaton and Thomas W\"urthinger and Hanspeter M\"ossenb\"ock},
title = "Dynamically Composing Languages in a Modular Way: Supporting {C} Extensions for Dynamic Languages",
booktitle = "Modularity",
year = {2015},
month = Mar,
}
@inproceedings{wuerthinger13onevm,
author = {W\"{u}rthinger, Thomas and Wimmer, Christian and W\"{o}\ss,
Andreas and Stadler, Lukas and Duboscq, Gilles and Humer, Christian and
Richards, Gregor and Simon, Doug and Wolczko, Mario},
title = {One {VM} to Rule Them All},
booktitle = {Onward!},
year = {2013},
pages = {187--204},
numpages = {18},
url = {http://doi.acm.org/10.1145/2509578.2509581},
doi = {10.1145/2509578.2509581},
month = Oct,
}
@inproceedings{ardo12loopaware,
author = {Ard\"{o}, H{\aa}kan and Bolz, Carl Friedrich and FijaBkowski, Maciej},
title = {Loop-aware Optimizations in {PyPy}'s Tracing {JIT}},
booktitle = "Dynamic Languages Symposium",
year = {2012},
isbn = {978-1-4503-1564-7},
pages = {63--72},
numpages = {10},
url = {http://doi.acm.org/10.1145/2384577.2384586},
doi = {10.1145/2384577.2384586},
month = Oct,
}
@inproceedings{gu06relative,
author = {Gu, Dayong and Verbrugge, Clark and Gagnon, Etienne M.},
booktitle = {VEE},
month = Jun,
year = {2006},
pages = {111--121},
series = {{VEE} '06},
title = {Relative Factors in Performance Analysis of {Java Virtual Machines}},
}
@article{georges07statistically,
title = {Statistically rigorous {Java} performance evaluation},
author = {Georges, Andy and Buytaert, Dries and Eeckhout, Lieven},
volume = {42},
doi = {10.1145/1297105.1297033},
number = {10},
journal = {SIGPLAN Not.},
year = {2007},
pages = {57--76},