Commit Graph
16 Commits
Author SHA1 Message Date
Abdelrahman Said 9cba0172b9 Update is_valid_hex_char 2023-07-12 22:33:58 +01:00
Abdelrahman Said ba813ea5bf Switch to using dstring as a submodule 2023-07-12 22:15:18 +01:00
Abdelrahman Said e2c4e56fcd Updated the parser implementation 2023-06-30 01:16:33 +01:00
Abdelrahman Said 9a8bdcea02 Added pointers to beginning and end of collection 2023-06-30 01:16:10 +01:00
Abdelrahman Said 93e17c0c54 Updated debug config 2023-06-30 01:15:57 +01:00
Abdelrahman Said 6d08b38058 Start exploring the parser 2023-06-28 20:50:54 +01:00
Abdelrahman Said 0a7e2f7f0c Rename json entities 2023-06-28 20:50:37 +01:00
Abdelrahman Said a6b45834fc Start working on json_entities 2023-06-26 18:32:53 +01:00
Abdelrahman Said 55ca87c425 Ensure token's line and column number are printed properly on macOS and
Linux
2023-06-26 07:32:42 +01:00
Abdelrahman Said 9963527db0 Ensure token's integer value is printed properly on macOS and Linux 2023-06-26 07:31:19 +01:00
Abdelrahman Said efe07a3c60 Add the get_next_token function 2023-06-22 00:13:05 +01:00
Abdelrahman Said 7845ad4b06 Update VSCode debug config and settings 2023-06-22 00:12:28 +01:00
Abdelrahman Said 6912f689f1 Update str_view_t typedef 2023-06-21 20:53:17 +01:00
Abdelrahman Said 76620b593a Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
Abdelrahman Said b9e3d5746a Test adding a number state machine 2023-06-12 23:59:21 +01:00
Abdelrahman Said 7525036df2 Adding more information on the basic structure for the lexer 2023-06-12 07:42:24 +01:00