🦅 Falcon Programming Language Support
Official Visual Studio Code extension for the Falcon Programming Language. Syntax highlighting, package installation, build automation, and publishing tools right in your editor.
✨ Key Features
- 🎨 Syntax Highlighting: Full grammar definitions for
.fl and .fles source files.
- 🚨 Live Diagnostics: Real-time syntax checking on file open and save.
- 📦 Falcon Marketplace Installer: Fetch and install official or local
.fle package libraries straight from the CLI.
- 🛠️ Build & Clean: Trigger Falcon builds, clean outputs, and publish standalone runtimes directly inside VS Code.
1. Syntax Highlighting & Editor Diagnostics
Write clean Falcon code with context-aware syntax styling and error underlines!
2. Package Management (fl install)
Quickly fetch packages from the online registry or install local libraries.
3. Integrated Build System
Run compiler commands across Debug, Release, and custom runtime targets with single-click commands.
⚙️ Prerequisites & Setup
1. Falcon Compiler Executable
This extension integrates directly with the Falcon compiler executable. By default, it looks for Falcon at:
%USERPROFILE%\Falcon\bin\Release\net10.0\win-x64\publish\Falcon.exe
The %USERPROFILE% is your home path (e.g C:\Users\Me)
2. Download Falcon
You can download falcon at https://falcon.vopple.uk/dwnopt. Then click on "Download for Windows x64" and click on "Download Now"