craftinginterpreters
craftinginterpreters copied to clipboard
Typo in chapter #24
A side note in "Calls and Functions" chapter says:
object.h
in enum ObjType
The enum is actually in value.h.
Thanks for an amazing book, @munificent!