Skip to content

Commit cd6e9d2

Browse files
committed
doc: add compiler references
1 parent 910619d commit cd6e9d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ There is a book about learning how to make an interpreter: [Writing An Interpret
2121
```bash
2222
$ cargo build
2323
$ cargo test
24-
```
24+
```
25+
26+
## References on compiler
27+
* https://github.com/dinfuehr/dora
28+
* https://github.com/wren-lang/wren
29+
* https://github.com/apollographql/federation

0 commit comments

Comments
 (0)