Skip to Content
LanguageProject

Project

Every Vidro file starts with a project name:

project: "langdrift";

The name is a string. It identifies the configuration, and the canonical source path is .vidro/<project>.vidro. Generated compiler state, when it exists, belongs under .vidro/.generated/, not in the source file.

LangDrift is the first intended integration target. That integration is not implemented in this repository yet.

Last updated on