tsl-devkit/lsp-server/test/test_ast
csh a9958f36fe 🔧 chore(repo): refresh local rules and ast defaults
add repository-local agent rules and refresh the architecture notes
for the current lsp layering.

register the AST self-test in CTest, initialize a few AST defaults,
and bump glaze to the newer conan package version.

verify: `cmake --build lsp-server/build/clang-linux/Release --target test_ast`
verify: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_unit --output-on-failure` passes
known issue: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_script --output-on-failure` still fails on `/home/csh/windows_share/tsf/funcext/Common/Tree/TTree.tsf` due to invalid TSF syntax (`FConfig &= v` missing trailing `;`).
2026-03-06 13:03:00 +08:00
..
CMakeLists.txt 🔧 chore(repo): refresh local rules and ast defaults 2026-03-06 13:03:00 +08:00
debug_printer.cppm sync tree-sitter grammar and AST 2025-12-20 11:25:33 +08:00
main.cc ♻️ refactor(lsp_server): move entrypoints out of named modules 2025-12-13 19:55:45 +08:00
test.cppm 🐛 fix(ast): support single-variable for-in fallback 2026-03-06 11:45:53 +08:00
test.sh 🐛 fix(ast): support single-variable for-in fallback 2026-03-06 11:45:53 +08:00
test.tsf ♻️ 重大重构 2025-11-11 18:58:21 +08:00