From 8aa6288095d10c15b8a21f235deee91caef7009e Mon Sep 17 00:00:00 2001 From: Kia <kia@special-circumstanc.es> Date: Wed, 29 Sep 2021 00:01:06 -0500 Subject: [PATCH] notes --- gen_intrange.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gen_intrange.c b/gen_intrange.c index 456ef5c..fb5511b 100644 --- a/gen_intrange.c +++ b/gen_intrange.c @@ -79,6 +79,19 @@ void HCFS_ADD_CHAR(uint8_t chr) { +// we'll implement it first as just an array of arrays haha + +struct charset reorder_matchlines[8][8]; + + + + +// branch on choices +copy past stuff up to byte index as necessary +do it without allocs first + + + void gen_int_range(uint64_t low, uint64_t high, uint8_t bytes, uint8_t starting_byte_index) { uint8_t current_byte_index = starting_byte_index; // Possible FIXME: TallerThanMe -- GitLab