Skip to content

ALFA v2.1

Latest

Choose a tag to compare

@FredTheNoob FredTheNoob released this 25 Jun 13:20
a87958a

Running the ALFA compiler

Mac
To run the compiler with your ALFA program:
./bin/Release/net7.0/ALFA myProgram.alfa ./

NOTE: Apple might block the application for security reasons. In that case open the executable in finder, right-click, then 'open'. Then try rerunning the above command.

Windows
To run the compiler with your ALFA program:
.\bin\Release\net7.0\ALFA.exe myProgram.alfa ./

Adding the ALFA syntax highligting extension to your VsCode.

Run the command cp -r alfa ~/.vscode/extensions from ./

I ran the command from \desktop\newalfahighlighting

You need to reload the vscode window or close and reopen vscode after running the command.

You should now see 'alfa' under extensions in vscode.

What's Changed

Full Changelog: v2.0.1...v2.1