4 ms·
Well, most interpreters use a compiler internally, for example to compile to byte code. The book explains that as well, so I'd recommend just reading it: https:
by roetlich 8mo ago
Well, most interpreters use a compiler internally, for example to compile to byte code. The book explains that as well, so I'd recommend just reading it: https://craftinginterpreters.com/a-map-of-the-territory.html#compilers-and-interpreters https://craftinginterpreters.com/a-map-of-the-territory.html...
- fuzztester 8mo agoThanks.