A custom, interpreted language for study and fun
This project aims to make a multi-paradigm, interpreted scripting language for the .NET ecosystem inspired by C# and F#.
It's primary purpose is for learning the lower-level code, techniques, and processes of creating a language.
- Clone the repo
- Open solution in Visual Studio
- Build solution
- Write your FrostScript in FrostScript.Console/test.fr
- Run solution