forked from ianh/owl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51a97eb
commit 56ee7ca
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |