David Tolnay
|
048e47b1c5
|
Factor out IS_BREAK macro
|
2022-07-22 18:11:43 -07:00 |
|
David Tolnay
|
5281c57de4
|
Factor out IS_BREAKZ macro
|
2022-07-22 17:47:34 -07:00 |
|
David Tolnay
|
a1469c85c2
|
Factor out IS_PRINTABLE macro
|
2022-07-22 17:39:55 -07:00 |
|
David Tolnay
|
7b299dfb83
|
Factor out IS_ASCII macro
|
2022-07-22 17:37:42 -07:00 |
|
David Tolnay
|
c968eba61d
|
Factor out AS_HEX_AT macro
|
2022-07-22 17:34:39 -07:00 |
|
David Tolnay
|
3c60f9818c
|
Factor out IS_HEX_AT macro
|
2022-07-22 17:30:22 -07:00 |
|
David Tolnay
|
e776070311
|
Factor out AS_DIGIT macro
|
2022-07-22 17:26:29 -07:00 |
|
David Tolnay
|
ff255cac45
|
Factor out IS_DIGIT macro
|
2022-07-22 17:24:23 -07:00 |
|
David Tolnay
|
64b1340f82
|
Factor out IS_ALPHA macro
|
2022-07-22 17:20:57 -07:00 |
|
David Tolnay
|
8d296adca8
|
Factor out STACK_LIMIT macro
|
2022-07-22 17:13:25 -07:00 |
|
David Tolnay
|
929613027b
|
Factor out STACK_EMPTY macro
|
2022-07-22 17:07:14 -07:00 |
|
David Tolnay
|
c4448a4c90
|
Factor out QUEUE_EMPTY macro
|
2022-07-22 17:00:18 -07:00 |
|
David Tolnay
|
268489873b
|
Factor out POP macro
|
2022-07-22 16:56:00 -07:00 |
|
David Tolnay
|
4ace40883b
|
Factor out QUEUE_DEL macro
|
2022-07-22 15:30:05 -07:00 |
|
David Tolnay
|
ee70411948
|
Factor out STACK_DEL macro
|
2022-07-22 15:27:04 -07:00 |
|
David Tolnay
|
8974a256ed
|
Factor out QUEUE_INIT macro
|
2022-07-22 15:12:32 -07:00 |
|
David Tolnay
|
53fa781673
|
Factor out STACK_INIT macro
|
2022-07-22 15:06:55 -07:00 |
|
David Tolnay
|
4af3513623
|
Factor out DEQUEUE macro
|
2022-07-22 14:36:25 -07:00 |
|
David Tolnay
|
fa767c4aa4
|
Factor out ENQUEUE macro
|
2022-07-22 14:29:04 -07:00 |
|
David Tolnay
|
5afb38d880
|
Factor out QUEUE_INSERT macro
|
2022-07-22 00:59:23 -07:00 |
|
David Tolnay
|
ff49ac0839
|
Factor out PUSH macro
|
2022-07-22 00:46:54 -07:00 |
|
David Tolnay
|
a264646525
|
Add stubs for the remaining macros
|
2022-07-21 23:57:24 -07:00 |
|
David Tolnay
|
54d401ddb8
|
Factor out JOIN macro
|
2022-07-21 23:28:31 -07:00 |
|
David Tolnay
|
b32d498737
|
Factor out CLEAR macro
|
2022-07-21 23:22:22 -07:00 |
|
David Tolnay
|
0f5f82d78e
|
Factor out STRING_EXTEND macro
|
2022-07-21 23:11:44 -07:00 |
|
David Tolnay
|
f04353a4ab
|
Factor out STRING_DEL macro
|
2022-07-21 23:03:32 -07:00 |
|
David Tolnay
|
9825fdc89c
|
Delete $context arg from BUFFER_DEL
|
2022-07-21 22:58:38 -07:00 |
|
David Tolnay
|
5e34c9b8b2
|
Factor out STRING_INIT macro
|
2022-07-21 22:56:10 -07:00 |
|
David Tolnay
|
d6d472a116
|
Factor out STRING_ASSIGN macro
|
2022-07-21 22:47:38 -07:00 |
|
David Tolnay
|
898ff4eaa3
|
Factor out BUFFER_DEL macro
|
2022-07-21 22:37:36 -07:00 |
|
David Tolnay
|
5fa3d59328
|
Factor out BUFFER_INIT macro
|
2022-07-21 22:32:13 -07:00 |
|
David Tolnay
|
7610b012d7
|
Factor out buffer size constants
|
2022-07-21 22:28:21 -07:00 |
|
David Tolnay
|
2790c71a35
|
Factor out NULL_STRING macro
|
2022-07-21 22:17:34 -07:00 |
|
David Tolnay
|
ee0a40afc5
|
Factor out IS_BLANK_AT macro
|
2022-07-21 00:50:28 -07:00 |
|
David Tolnay
|
f3bd6b6376
|
Factor out IS_BLANK macro
|
2022-07-21 00:46:11 -07:00 |
|
David Tolnay
|
9769512036
|
Factor out IS_BLANKZ_AT macro
|
2022-07-21 00:31:55 -07:00 |
|
David Tolnay
|
94b45e4af2
|
Factor out IS_BLANKZ macro
|
2022-07-21 00:16:44 -07:00 |
|
David Tolnay
|
4fa4bc9569
|
Factor out COPY macro
|
2022-07-20 23:52:09 -07:00 |
|
David Tolnay
|
44c9aaf32a
|
Factor out FLUSH macro
|
2022-07-20 23:45:29 -07:00 |
|
David Tolnay
|
de074f4c10
|
Factor out PUT macro
|
2022-07-20 23:42:41 -07:00 |
|
David Tolnay
|
4667cc79c4
|
Factor out WRITE macro
|
2022-07-20 23:30:20 -07:00 |
|
David Tolnay
|
d9bf5b7738
|
Factor out WRITE_BREAK macro
|
2022-07-20 23:20:43 -07:00 |
|
David Tolnay
|
215ff28f66
|
Factor out PUT_BREAK macro
|
2022-07-20 23:15:31 -07:00 |
|
David Tolnay
|
0bc80bf604
|
Replace 1 != 0 => true
|
2022-07-20 23:09:15 -07:00 |
|
David Tolnay
|
9671f05791
|
Delete wrapping_offset(0_isize)
|
2022-07-20 23:02:34 -07:00 |
|
David Tolnay
|
9cadca1f4f
|
Factor out BOM constants
|
2022-07-20 22:47:48 -07:00 |
|
David Tolnay
|
978fb2213a
|
Factor out MAX_NUMBER_LENGTH constant
|
2022-07-20 22:44:31 -07:00 |
|
David Tolnay
|
9f4591df4c
|
Factor out PEEK_TOKEN macro
|
2022-07-20 22:43:04 -07:00 |
|
David Tolnay
|
32a7455c34
|
Factor out SKIP_TOKEN macro
|
2022-07-20 22:37:47 -07:00 |
|
David Tolnay
|
56f109f479
|
Factor out READ macro
|
2022-07-20 22:28:20 -07:00 |
|