diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-14 21:08:38 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-14 21:08:38 +0200 |
commit | 5c9adef13f3ebe765505b4c855820e024d127b4f (patch) | |
tree | d48d3834557b61536ecae8563fd9b271ec896b6a | |
parent | 59c0112e037ff302565a91d899e758ee859b02e4 (diff) |
bibliography: add language oriented design and sxml
-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} +} |