File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# FScript
22[ ![ Build (main)] ( https://github.com/MagnusOpera/FScript/actions/workflows/ci-main.yml/badge.svg?branch=main )] ( https://github.com/MagnusOpera/FScript/actions/workflows/ci-main.yml )
3+ [ ![ NuGet Language] ( https://img.shields.io/nuget/v/MagnusOpera.FScript.Language?label=NuGet%20Language )] ( https://www.nuget.org/packages/MagnusOpera.FScript.Language )
4+ [ ![ NuGet Runtime] ( https://img.shields.io/nuget/v/MagnusOpera.FScript.Runtime?label=NuGet%20Runtime )] ( https://www.nuget.org/packages/MagnusOpera.FScript.Runtime )
35
46FScript is a lightweight, embeddable interpreter with an F#/ML-style language.
57
@@ -55,15 +57,14 @@ Useful samples:
5557- ` samples/tree.fss `
5658- ` samples/mutual-recursion.fss `
5759
58- ## Distribution
60+ ## Installation
5961
60- ### Homebrew
62+ ### CLI via Homebrew
6163``` bash
62- brew tap magnusopera/tap
63- brew install fscript
64+ brew install magnusopera/tap/fscript
6465```
6566
66- ### NuGet
67+ ### Embeddable language via NuGet
6768- ` MagnusOpera.FScript.Language `
6869- ` MagnusOpera.FScript.Runtime `
6970
You can’t perform that action at this time.
0 commit comments