|
59ba0f61b4
|
[Chapter23&Conditionals] - Adding control flow
|
2024-11-23 19:52:57 -03:00 |
|
|
8bce027f37
|
[Chapter22&Locals] - Adding locals
|
2024-11-23 19:26:13 -03:00 |
|
|
a40570768a
|
[Chapter21&Globals] - Adding global variables
|
2024-11-23 19:06:11 -03:00 |
|
|
eafabfcb00
|
[Chapter20&Hash] - Adding the hashmaps
|
2024-11-17 00:54:58 -03:00 |
|
|
e218782499
|
[Chapter19&Strings] - Adding strings
|
2024-11-17 00:26:13 -03:00 |
|
|
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 |
|
|
9bb28003ec
|
[Refactor] - Removing unused files
|
2024-10-17 13:05:56 -03:00 |
|
|
202123cdf1
|
[Chapter17&Scanning] - Fixing the compilation
|
2024-10-17 13:04:21 -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 |
|
|
96ce1a8271
|
[Chapter14&Chunks] - Starting the new interpreter with chunks of bytecode
|
2024-10-06 13:50:40 +00:00 |
|