Commit Graph

10 Commits

Author SHA1 Message Date
Pasha Bibko
a18e652915 Refactored parts of the parser
Done to make testing internal parts of the Parser easier as they can now be called via the .lib
2025-08-20 21:56:33 +01:00
Pasha Bibko
5a658a9198 Made VSC work on Win64 2025-08-19 14:51:25 +01:00
Pasha Bibko
a54c0ccbab Moved Common to external git repo
Also changed namespace from LXC to PashaBibko::LXC
2025-08-09 21:31:36 +01:00
Pasha Bibko
e3ed34c205 Added ParseFunctionCall 2025-08-04 16:07:35 +01:00
Pasha Bibko
820d374fa0 Added ParsePrimary (base of call stack) 2025-08-04 15:46:43 +01:00
Pasha Bibko
86a178b7d5 Added parser project 2025-07-23 19:33:33 +01:00
Pasha Bibko
920d1d8f7d Stopped using GLOB in CMakeLists.txt 2025-07-23 17:49:35 +01:00
Pasha Bibko
69e7b0e6c1 Added AST constructors 2025-07-23 14:50:38 +01:00
Pasha Bibko
3550b015c9 Added data contents of AST types 2025-07-23 14:10:20 +01:00
Pasha Bibko
faf34661fb Started implementing AST 2025-07-22 22:25:20 +01:00