|
|
5e3fa62a06
|
Remove acceptsEmptyString table
|
2025-06-24 12:19:31 -04:00 |
|
|
|
330101a937
|
Handle unescaping directly in n_string2 if space permits
|
2025-06-24 10:43:40 -04:00 |
|
|
|
9803364adb
|
Use table for hex values
|
2025-06-23 21:52:17 -04:00 |
|
|
|
d536f7ba69
|
Add debugging printf commented out
|
2025-06-23 14:18:15 -04:00 |
|
|
|
851d07bc43
|
Use != instead of > 0
|
2025-06-23 14:15:25 -04:00 |
|
|
|
451c07747e
|
Move dfa's to tables.h
|
2025-06-23 14:15:05 -04:00 |
|
|
|
5df9d958ab
|
Unroll whitespace-skipping loop
|
2025-06-23 14:00:29 -04:00 |
|
|
|
4a9dfe0b45
|
Nest escape handling under N_STRING2
|
2025-06-23 13:06:12 -04:00 |
|
|
|
7ae2ef5443
|
Stop inlining strings and numbers into n_value
Too complex
|
2025-06-23 13:00:10 -04:00 |
|
|
|
2cd2975ad4
|
Remove dead code
|
2025-06-23 12:36:49 -04:00 |
|
|
|
56fc45ab52
|
Remove dead code
|
2025-06-23 11:53:39 -04:00 |
|
|
|
e477ff095a
|
clangd and clang-format pre commit agree now
Sheesh
|
2025-06-23 10:53:11 -04:00 |
|
|
|
fc1b3ac147
|
Fix string scan bug
|
2025-06-22 23:02:38 -04:00 |
|
|
|
5a74124cae
|
Fix bug
|
2025-06-22 19:47:59 -04:00 |
|
|
|
337d93bcea
|
simd scan with dfa as fallback
|
2025-06-21 21:59:21 -04:00 |
|
|
|
fa0cc1a970
|
Scan string directly in n_value
|
2025-06-21 21:17:12 -04:00 |
|
|
|
229a68bfdd
|
Switch to dfa for strings
|
2025-06-21 17:12:48 -04:00 |
|
|
|
6c48c40d67
|
Rename tables
|
2025-06-21 16:05:02 -04:00 |
|
|
|
1df18b3c57
|
Add comments to dfa's
|
2025-06-21 16:01:35 -04:00 |
|
|
|
5613303d52
|
Add automata to recognize utf8 in strings
|
2025-06-21 15:56:15 -04:00 |
|
|
|
d1523acf94
|
Improve scan codegen
|
2025-06-20 15:11:29 -04:00 |
|
|
|
2be21c5453
|
Avoid pushing N_NUMBER on the stack if possible
|
2025-06-20 14:33:37 -04:00 |
|
|
|
4f24a44cb2
|
Improve scan
|
2025-06-20 10:02:37 -04:00 |
|
|
|
976f64b7d3
|
Try out dfa for numbers
|
2025-06-19 16:13:46 -04:00 |
|
|
|
e1ba8e9fa8
|
Fix non-x86 build
|
2025-06-05 17:42:34 -04:00 |
|
|
|
d60777002f
|
Function multiversioning for n_string2
|
2025-06-05 15:36:12 -04:00 |
|
|
|
b050361823
|
Sort Parser3 members by size and add consts
|
2025-06-05 10:48:34 -04:00 |
|
|
|
2017784c97
|
Try to keep buf and bufEnd in registers
|
2025-06-05 10:43:38 -04:00 |
|
|
|
3e2f830d0b
|
Use new simd library for scanning string literals
|
2025-06-04 13:49:19 -04:00 |
|
|
|
b5f41768a7
|
Scan for non-decimal in n_digits2
|
2025-06-02 12:47:34 -04:00 |
|
|
|
67634bb977
|
Remove unused constant
|
2025-05-30 17:10:42 -04:00 |
|
|
|
7a3eb61868
|
Annotate all useTmp paths as unlikely
|
2025-05-27 10:37:09 -04:00 |
|
|
|
0027c9ff79
|
data -> userdata
|
2025-05-27 10:33:46 -04:00 |
|
|
|
f6cd807da3
|
Remove on_{begin,end}_{string,number}
And add `done` arg to data callback
|
2025-05-25 21:01:37 -04:00 |
|
|
|
4240894318
|
Bring in a bunch of cmake settings from conflict-set
|
2025-05-24 18:20:36 -04:00 |
|
|
|
1217ded8a7
|
Convert everything to c api
|
2025-05-24 18:20:36 -04:00 |
|
|
|
b2735330f9
|
Add PRESERVE_NONE to continuations
|
2025-05-24 18:20:35 -04:00 |
|
|
|
ab23eda489
|
Fix gcc arm build
|
2025-05-24 16:04:22 -04:00 |
|
|
|
bf3fbd638c
|
arm64 implementation for scanning for non-normal chars in strings
|
2025-05-24 13:34:59 -04:00 |
|
|
|
41c8fcc30c
|
Fix gcc build
|
2025-05-22 16:32:45 -04:00 |
|
|
|
ef19dae3f6
|
Simd string2
|
2025-05-22 15:36:46 -04:00 |
|
|
|
23929289cb
|
Annotate all reject code paths as unlikely
|
2025-05-22 14:51:55 -04:00 |
|
|
|
c939bc3baa
|
Remove most usages of T_END_NUMBER
|
2025-05-22 12:37:08 -04:00 |
|
|
|
76e03e635b
|
Skip past false,true,null directly if buffered
|
2025-05-22 12:23:09 -04:00 |
|
|
|
af07cdc8be
|
Skip past N_INTEGER
|
2025-05-22 12:15:50 -04:00 |
|
|
|
3afa3b6e9a
|
Skip N_OBJECT and N_ARRAY
|
2025-05-22 11:55:27 -04:00 |
|
|
|
3635f5cf18
|
Skip over n_string when you know it matches
|
2025-05-22 11:45:57 -04:00 |
|
|
|
56f6ab6566
|
Fuse whitespace into string
|
2025-05-22 11:42:05 -04:00 |
|
|
|
297d6b48f7
|
Fuse whitespace into object2, object3, array2, array3, colon
|
2025-05-22 11:38:42 -04:00 |
|
|
|
dff2120867
|
Remove redundant len check
|
2025-05-22 11:31:07 -04:00 |
|