opCode
virtual machine examples
Wersja papierowa
Autor:
Davis Anthony
ISBN: 978-17-343-1450-2Format: 20.3x20.3cm
Liczba stron: 192
Wydanie: 2019 r.
Język: angielski
Dostępność: dostępny
124,20 zł
<p>In this book, we jump into a virtual machine, compiler and opcodes, without needing to read about parsing first. The language is already written, meaning you can dive into the source code of a working language right from the start (a programming language called langur, written in Go). Discover how to develop some very useful features, such as multi-variable assignment, decoupling assignment, string interpolation, short-circuiting operators, for loops, scoped if expressions, and more. We review how opcodes make these things work in a stack-based virtual machine.</p>