MKS Language Support
Visual Studio Code extension for Monkey Kernel Syntax (MKS).
Features
- Syntax Highlighting: Beautiful colors for
->, =:, and keywords.
- Error Checking: Real-time linting (requires
mks_run).
- Snippets: Quick templates for functions and loops.
Installation
- Install the extension.
- Ensure you have your
mks_run interpreter compiled.
- Open VS Code Settings (
Ctrl+,) and search for MKS.
- Set the Interpreter Path to your
mks_run executable location.
Usage
Open any .mks file and start coding. Use F1 -> MKS: Run File to execute.
| |