- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Installation
        Andreas AFENTAKIS edited this page Oct 12, 2025 
        ·
        4 revisions
      
    Let's begin by installing the NuGet package.
| NuGet Package | Version | Download | Activity | 
|---|---|---|---|
| FAST.FBasicInterpreter | 
You can use Visual Studio's Nuget Package Manager, or one of the following commands:
dotnet add package FAST.FBasicInterpreter
Install-Package FAST.FBasicInterpreter
This is the easy part. You need absolute nothing more; so, setup your project as you plan!
Check the following resource for further familiarization:
| Solution Name | 
|---|
| FAST.FBasic | 
| Project | Description | Target | 
|---|---|---|
| FAST.FBasicInterpreter | Contains the core FBASIC interpreter and related tools. | Class Library, Nuget Package | 
| FAST.FBasicInteractiveConsole | A very simple console program to test the code | Console program |