15 Commits

Author SHA1 Message Date
Pasha Bibko
025a1ee0b4 Removed raw-enums 2025-08-24 21:17:50 +01:00
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
d604de28fd Removed unnecessary code
Also made console be cleared when a build process is done to make it look cleaner.
2025-08-20 20:57:04 +01:00
Pasha Bibko
7b445ed382 Renamed Parser.h -> LX_Parser.h
Was causing issues with intelisense in VSC due to a Windows.h file named Parser.h having priority
2025-08-19 15:23:27 +01:00
Pasha Bibko
313736addd Added basic vector<len, Ty> 2025-08-12 23:56:12 +01:00
Pasha Bibko
3d1865de59 Finished parser functions
Time for fixing bugs YAYYYYYYYYYYY
2025-08-11 17:46:58 +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
20ef53b1c2 Fixed previous commit 2025-08-04 16:07:59 +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
a77d5bd129 Updated function signatures 2025-08-04 13:16:08 +01:00
Pasha Bibko
c523375dbe Started implementing parser 2025-08-03 19:17:21 +01:00
Pasha Bibko
90a958a30b Started implementation of parser 2025-07-24 17:49:23 +01:00
Pasha Bibko
004f859cc7 Allowed Util::PrintLn to use T.LogStr() 2025-07-23 21:22:39 +01:00
Pasha Bibko
86a178b7d5 Added parser project 2025-07-23 19:33:33 +01:00