Minc - the Minimal Compiler - is an ultra flexible programming language, that can load other languages by importing them from code.
The main advantages of Minc are:
Mix any number of compiled or interpreted programming languages within a single file with zero glue code
Use a single tool chain to manage entire multilingual projects
Easily create new languages using the Minc API and embed them within existing languages
Installation
To run this extension, download and build Minc from https://github.com/RcSepp/minc and set the environment variable MINC_BIN to point to the .../minc/bin directory that contains the minc program.
Features
Launches and attaches to the Minc Language Server (${MINC_BIN}/minc server) to provide language-aware syntax highlighting and live code validation.
Launches the Minc Debug Adapter (${MINC_BIN}/minc debug) to provide step-by-step debugging and variable introspection.