diff options
-rw-r--r-- | bibliography.bib | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bibliography.bib b/bibliography.bib index 92868b0..5dc9d5f 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -455,3 +455,31 @@ collection;SoCs;language runtime systems;memory management}, doi={10.1109/ISCA.2018.00022} } + +@article{SXML:Kiselyov, + author = {Kiselyov, Oleg}, + title = {SXML specification}, + year = {2002}, + issue_date = {June 2002}, + publisher = {Association for Computing Machinery}, + address = {New York, NY, USA}, + volume = {37}, + number = {6}, + issn = {0362-1340}, + url = {https://doi.org/10.1145/571727.571736}, + doi = {10.1145/571727.571736}, + journal = {SIGPLAN Not.}, + month = {jun}, + pages = {52–58}, + numpages = {7}, + keywords = {scheme, XML parsing, XML namespaces, XML infoset, XML, SXML, AST} +} + +@article{ LanguageOriented:Culpepper, + title={From Macros to DSLs: The Evolution of Racket}, + DOI={10.4230/lipics.snapl.2019.5}, + author={Culpepper, Ryan and Felleisen, Matthias and Flatt, Matthew and + Krishnamurthi, Shriram and Wagner, Michael}, + year={2019}, + month={Jun} +} |