30 lines
878 B
BibTeX
30 lines
878 B
BibTeX
@book{@PFPL,
|
|
author = {Robert Harper},
|
|
title = {Practical Foundations for Programming Languages},
|
|
year = {2016}
|
|
}
|
|
@article{@SqgCodePlan,
|
|
author = {Ozzie Gooen},
|
|
title = {Squiggle Alpha 0.1 Code Plan},
|
|
year = {2022},
|
|
url = {https://docs.google.com/document/d/1oKTxolRrs-0g0TGEvqCMdhY2FdIjcDj678WUk1iMpx8/edit?usp=sharing}
|
|
}
|
|
@book{@CraftingInterpreters,
|
|
author = {Robert Nystrom},
|
|
title = {Crafting Interpreters},
|
|
year = {2021},
|
|
url = {https://craftinginterpreters.com/contents.html}
|
|
}
|
|
@article{@SqgSequence,
|
|
author = {Ozzie Gooen and Nuno Sempere},
|
|
title = {Squiggle (Sequence)},
|
|
year = {2020},
|
|
url = {https://www.lesswrong.com/s/rDe8QE5NvXcZYzgZ3}
|
|
}
|
|
@article{@BNFWiki,
|
|
author = {Foundation Wikimedia},
|
|
year = {2022},
|
|
title = {Backus-Naur Form},
|
|
url = {https://en.wikipedia.org/wiki/Backus-Naur_form}
|
|
}
|