Files
Viper_VSCode/docs/README.md
TermiNexus e126548249
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
Modified Pyright so its highlighting is closer to Viper
2026-07-28 02:56:01 +08:00

532 B

Pyright

Static type checker for Viper

Pyright is a full-featured, standards-compliant static type checker for Viper. It is designed for high performance and can be used with large Viper source bases.

Pyright includes a command-line tool, a language server, and an extension for Visual Studio Code.