From 5c9adef13f3ebe765505b4c855820e024d127b4f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 14 Sep 2024 21:08:38 +0200 Subject: bibliography: add language oriented design and sxml --- bibliography.bib | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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} +} -- cgit v1.2.3