diff --git a/README.md b/README.md index 89dbd4a..bdf1e4c 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,4 @@ Stuff that helped me a lot programming the compiler. Hopefully they also will be * https://github.com/JoshuaManton/sif - looked at this as a reference from time to time, author seems like a Jonathan Blow fan so it was a good resource informed by similar resources as I used. * https://github.com/c3lang/c3c - I sometimes looked at C3 compiler as a reference, the author also let me use his big int library he wrote sometime in the past! Thanks a lot! * https://go.dev/blog/constants - article on golang type system, untyped types, constants that kind of stuff. +* https://github.com/gingerbill/odin - I sometimes peeked at the compiler to figure stuff out when I was confused about stuff. Also we get a free code indexing and syntax highlighting using odin sublime text plugin ! :D