lox/clox
Adnan Ioricce 9b87a0d9c0 [Chapter18&TypesOfValues] - Following up chapter 18
- A bug was found when trying to run the following expression:
- ```lox
!(5 - 4 > 3 * 2 == !nil)
```
2024-10-18 13:24:47 -03:00
..
.gitignore [Chapter17&Scanning] - Fixing the compilation 2024-10-17 13:04:21 -03:00
chunk.c [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
chunk.h [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
chunk.o [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
clox [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
common.h [Chapter17&CompilingExpr] - Chapter 17 follow up 2024-10-16 13:36:05 -03:00
compiler.c [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
compiler.h [Chapter17&CompilingExpr] - Chapter 17 follow up 2024-10-16 13:36:05 -03:00
compiler.o [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
debug.c [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
debug.h [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
debug.o [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
main.c [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
main.o [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
Makefile [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
memory.c [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
memory.h [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
memory.o [Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode 2024-10-06 13:50:40 +00:00
scanner.c [Chapter17&CompilingExpr] - Chapter 17 follow up 2024-10-16 13:36:05 -03:00
scanner.h [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
scanner.o [Chapter17&CompilingExpr] - Chapter 17 follow up 2024-10-16 13:36:05 -03:00
shell.nix [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
value.c [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
value.h [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
value.o [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
vm.c [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00
vm.h [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
vm.o [Chapter18&TypesOfValues] - Following up chapter 18 2024-10-18 13:24:47 -03:00