Skip to content

Releases: KORFITZ1DEV/ALFA

ALFA v2.1

25 Jun 13:20
a87958a

Choose a tag to compare

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

V2.0.1

25 May 13:53

Choose a tag to compare

V2.0.1 Pre-release
Pre-release
  • Infinite loops
  • Shadowing
  • Improved error messages for expressions
  • Alfa source program with cool infinite loop

What's Changed

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

ALFA v2.0

25 May 11:52
16505e3

Choose a tag to compare

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

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

What's Changed

Full Changelog: v1.1...v2.0

ALFA v1.1

18 May 09:10
f34e1d4

Choose a tag to compare

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

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

What's Changed

Full Changelog: v1.0...v1.1

ALFA v1.0

12 May 09:46
8d83a6c

Choose a tag to compare

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

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

What's Changed

New Contributors

Full Changelog: https://github.com/KORFITZ1DEV/ALFA/commits/v1.0