C#C
C#3y ago
rapid

Making an interpreter read custom filename extensions

I made an interpreter in Visual Studio (C#) for my own language. My question is, how do I make it so the interpreter runs every time I open a file with .baobi as the filename extension?
Was this page helpful?