Skip to content

Commit

Permalink
fix diff_list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JensOgorek committed Dec 12, 2024
1 parent 51a97eb commit 56ee7ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions diff_list.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changes in this fork

.gitignore:
- .gitignore:
- Add compiled owl executable to the ignore list

gen_1-parse.sh:
- gen_1-parse.sh:
- Add a script for generating 1-parse.h more quickly for debugging

src/x-tokenize.h:
- src/x-tokenize.h:
- Add fast '\0' check to the tokenizer without allocating memory (https://github.com/zauberzeug/lizard/issues/99)

src/6a-generate.c:
- Apply escape sequences correctly (https://github.com/zauberzeug/lizard/pull/112)

- src/6a-generate.c:
- Increase `RESERVATION_AMOUNT` to 11 (https://github.com/zauberzeug/field_friend/issues/7)
- Remove the limit of 4096 from the while loop in the `read_tree` function (https://github.com/zauberzeug/lizard/issues/23)

0 comments on commit 56ee7ca

Please sign in to comment.