add declaring and assignment with parser LHS support

This commit is contained in:
2025-06-04 21:20:44 +01:00
parent 9417cbe57a
commit 2bd0384060
17 changed files with 244 additions and 87 deletions

View File

@@ -3,8 +3,8 @@
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c99",
"cppStandard": "c++99",
"cStandard": "C23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-clang-x64",
"includePath": [
"${workspaceFolder}/**"