⚠️ Disclaimer:
This project is currently under heavy restructuring.
The codebase may be broken or unstable during this transition phase.
Expect incomplete functionality, failing builds, and temporary inconsistencies.
6502LS/
├── 6502ls-algo/
├── 6502ls-capabilities/
├── 6502ls-codeaction/
├── 6502ls-common/
├── 6502ls-completion/
├── 6502ls-config/
├── 6502ls-configuration-files/
├── 6502ls-core/
├── 6502ls-definition/
├── 6502ls-diagnostics/
├── 6502ls-enums/
├── 6502ls-errors/
├── 6502ls-hover/
├── 6502ls-instructions/
├── 6502ls-logging/
├── 6502ls-managers/
├── 6502ls-messages/
├── 6502ls-params/
├── 6502ls-repo/
├── 6502ls-results/
├── 6502ls-rpc/
├── 6502ls-scripts/
├── 6502ls-snippets/
├── 6502ls-test-files/
├── 6502ls-tests/
├── 6502ls-types/
├── 6502ls-utils/
├── CMakeLists.txt
├── Doxyfile
├── LICENSE
└── README.md
https://jkeresman01.github.io/6502_LS/
cd 6502_LS
mkdir build && cd build
cmake ..
make -j$(nproc)