Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 821 Bytes

FanScript

Programming language that compiles into Fancade blocks
Compiler based on Minsk
Documentation can be found here

Building

  • Make sure you have installed dotnet 8 sdk
  • Run dotnet build -c Release

VSCode Extension

To run the extension:

  • install vscode (duh) and node
  • run npm install in the VSCodeExtension/client folder
  • open vscode
  • open folder, select VSCodeExtension
  • in Run and Debug, select "Launch Client" and press F5
  • a new window will open, create/open a file with .fcs extension