Commit Graph

5 Commits

Author SHA1 Message Date
8d0feaf157 [Fix] - Fix from Chapter18; Adding missing parsing and values 2024-10-28 14:00:53 -03:00
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
4c96750dbe [Chapter17&CompilingExpr] - Chapter 17 follow up 2024-10-16 13:36:05 -03:00
23dada12cc [Chapter16&Scanning] - Following the scanning on demand chapter 2024-10-14 13:11:29 -03:00
50f77b7028 [Chapter15&VM] - adding a vm to run the instructions 2024-10-11 13:13:21 -03:00