-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Andreas AFENTAKIS edited this page Nov 2, 2025
·
5 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 |
| FAST.FBasic.LibraryToolkit | All the ToolKit you need to create Libraries with statements and functions for the FBasic | Class Library, Nuget package |
| FAST.FBasic.TemplatingLibrary | A Library that uses the ToolKit to offer MS-Word Templating | Class Library, Nuget package |