15 lines
335 B
Markdown
15 lines
335 B
Markdown
# Writing An Interpreter In Go | Thorsten Ball
|
|
|
|
This repo contains my notes and code from the reading of « Writing An Interpreter In Go » by Thorsten Ball.
|
|
|
|
## Reference
|
|
|
|
```bibtex
|
|
@book{Ball2019-ng,
|
|
title = "Writing an interpreter in go: Version 1.6",
|
|
author = "Ball, Thorsten",
|
|
year = 2019,
|
|
language = "en"
|
|
}
|
|
```
|