268 Commits

Author SHA1 Message Date
5d30eac49e Install and configure PHPStan 2022-12-29 21:32:35 +10:00
20a20ca2dd Define generics for class-string 2022-12-24 12:23:23 +10:00
81199371c8 Move logic to pointer 2022-12-24 12:03:55 +10:00
e8d5099602 Anticipate faster condition 2022-12-24 11:26:38 +10:00
99aa404e0e Update matrix 2022-12-24 09:08:41 +10:00
6c038e67ab Add PHP 8.2 to the testing matrix 2022-12-24 08:57:51 +10:00
e0b11f011b Add namespace to helper 2022-12-23 21:45:50 +10:00
d35f1175d0 Update workflow badge 2022-12-21 21:56:58 +10:00
c760a5981c Test multiple pointers 2022-12-21 19:30:18 +10:00
e1450733d1 Match pointer before buffering the token 2022-12-21 19:29:54 +10:00
e2a28ba93d Leverage strict comparison 2022-12-21 19:28:54 +10:00
1f34de5e2b Mark pointer as found 2022-12-21 19:28:38 +10:00
8e9e381713 Shorten dataset 2022-12-21 19:27:08 +10:00
b914eb7cc1 Configure empty-string pointer as default pointer 2022-12-08 22:00:22 +10:00
66229aeea4 Allow setting an empty-string pointer 2022-12-08 21:52:28 +10:00
00c0bf4a0b Rename decoder 2022-12-03 21:23:51 +10:00
77408fec20 Improve types in docblocks 2022-12-03 21:21:44 +10:00
1eb1a56164 Remove obsolete methods 2022-12-03 21:21:14 +10:00
78a041a56a Remove custom sources registration 2022-12-03 21:03:39 +10:00
cc1d3f18e7 Access reference tokens instead of the pointer 2022-12-03 20:51:23 +10:00
ed1def1572 Rename codes 2022-12-03 20:41:54 +10:00
b92193cda9 Rename decoder 2022-12-03 20:32:57 +10:00
54b19eb70b Iterate through the original tree 2022-12-03 20:29:47 +10:00
ab8c10c05d Centralize state mutation logic 2022-12-03 20:27:45 +10:00
a758cf570b Rename decoder 2022-12-03 19:04:21 +10:00
5e2ee11d5a Simplify parser by delegating extra responsibilities 2022-12-03 18:11:22 +10:00
ce66f8cef2 Move logic to handle decoding errors 2022-12-03 16:37:09 +10:00
cc9f4a1725 Rename source 2022-12-03 16:24:40 +10:00
419ced2621 Add being in root to conditions to buffer a token 2022-12-03 13:51:04 +10:00
690fb2c0bc Move logic to traverse a key to the string token 2022-12-03 13:49:55 +10:00
72c61d55cb Simplify logic to check whether to buffer a token 2022-12-03 13:36:47 +10:00
1d7d65b051 Improve expectations 2022-12-03 13:34:13 +10:00
d4b8b5037b Traverse key before buffering token 2022-12-02 22:27:49 +10:00
fa4e71f111 Move logic to traverse a key to the string token 2022-12-02 21:05:55 +10:00
262713b9c3 No need for methods chaining 2022-11-30 01:12:31 +10:00
cfaf87e554 Move logic to flag that the tree did not change 2022-11-30 00:52:07 +10:00
27d1e3f9af Method chaining not needed 2022-11-30 00:50:04 +10:00
36f8325604 Rename method 2022-11-30 00:38:07 +10:00
e81f3594fa Extend logic to mutate the state when needed 2022-11-29 21:06:49 +10:00
f36a3fb443 Add more use cases 2022-11-28 20:56:30 +10:00
da5df48779 Improve reference tokens transformation 2022-11-28 20:55:25 +10:00
979fdae4ae Replace null pointer 2022-11-28 20:54:43 +10:00
c57a4782c4 Add escaping logic 2022-11-28 20:52:36 +10:00
2d9292a039 Throw exception on invalid pointer 2022-11-21 00:36:08 +10:00
dea8a49af5 Introduce exception codes 2022-11-21 00:35:13 +10:00
76aa756453 Create test for pointers 2022-11-17 23:54:18 +10:00
bb3baca8f5 Update parsing expectation 2022-11-17 23:53:54 +10:00
da7b20e489 Add dataset for single pointers 2022-11-17 23:52:34 +10:00
3e9da676ce Fix logic to check if a token should be buffered 2022-11-17 23:51:49 +10:00
bf1ef5cad7 Define logic to mutate the state inside tokens 2022-11-17 23:49:26 +10:00