ghul.compiler 0.5.21

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ghul.compiler --version 0.5.21                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local ghul.compiler --version 0.5.21                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ghul.compiler&version=0.5.21                
nuke :add-package ghul.compiler --version 0.5.21                

ghūl compiler

CI/CD NuGet version (ghul.targets) Release Release Date Issues License ghūl

This package contains the ghūl programming language compiler packaged as a .NET tool

Prerequisites

The compiler requires the .NET 6.0 SDK

Target

The compiler produces standard .NET assemblies and packages targeting .NET 6.0

Getting the compiler

There are a few different ways to get the compiler - you might not need to use this package directly.

Use a ghūl .NET project template

If you initialize your project using one of the ghūl .NET project templates, the template will add the compiler to your project folder as a local .NET tool - just run dotnet tool restore to restore it.

Clone the ghūl GitHub repository template

If you create a new GitHub repo from the ghūl repository template, then the compiler will be pre-configured as a local .NET tool in your project folder - run dotnet tool restore to restore it.

Use the ghūl development container image

The compiler is pre-installed globally in the ghūl development container

Install the compiler as a local or global .NET tool

If none of the above options suits, you can manually install the compiler from this package - see below for details.

Using the compiler

Project file

The compiler expects to be driven by MSBuild using a .ghulproj project file. See the ghūl targets package for a minimal example, or use one of the project templates to get started.

Source files

You'll need some ghūl source files. By convention ghūl source files have the extension .ghul, and the standard MSBuild targets will include **/*.ghul when building.

Building and running

Once you have a project file and some ghūl source files, you can use the normal .NET SDK commands to build, pack, and run your project:

dotnet build
dotnet pack
dotnet run

Runtime dependencies for ghūl applications

Applications written in ghūl require the .NET 6.0 runtime

Development environment

Visual Studio Code will give you rich language support via the ghūl VSCode language extension.

Manual compiler install

Local tool install

To install the compiler locally in your project folder:

dotnet new tool-manifest # if you don't already have a tool manifest file
dotnet tool install ghul.compiler # install the latest release of the compiler locally
dotnet ghul-compiler # run the compiler

A local tool install means you get a predictable compiler version on every build, provided you check in the tool manifest. It also means you can easily use different versions of the compiler for different projects on the same machine.

Global tool install

To install the compiler globally for the current user:

dotnet tool install --global ghul.compiler # install the latest release of the compiler globally
ghul-compiler # run the compiler

Gotchas

The ghūl language is sufficiently expressive and the compiler is stable enough for the compiler itself to be written in ghūl. However, this is an incomplete compiler for an experimental programming language: there will be compiler bugs!

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.8.48 112 5/30/2024
0.8.47 117 5/19/2024
0.8.46 87 5/19/2024
0.8.45 133 4/17/2024
0.8.44 142 4/17/2024
0.8.43 157 4/15/2024
0.8.42 163 4/15/2024
0.8.41 145 4/13/2024
0.8.40 171 4/12/2024
0.8.39 179 4/11/2024
0.8.38 122 4/10/2024
0.8.37 169 4/10/2024
0.8.36 202 4/3/2024
0.8.35 184 4/1/2024
0.8.34 227 3/31/2024
0.8.33 296 3/31/2024
0.8.32 245 3/31/2024
0.8.31 231 3/30/2024
0.8.30 225 3/30/2024
0.8.29 225 3/30/2024
0.8.28 190 3/29/2024
0.8.27 274 3/26/2024
0.8.26 249 3/21/2024
0.8.25 285 3/19/2024
0.8.24 390 3/19/2024
0.8.23 254 3/18/2024
0.8.22 307 3/15/2024
0.8.21 238 3/14/2024
0.8.20 353 3/13/2024
0.8.19 378 3/13/2024
0.8.18 322 3/13/2024
0.8.17 369 3/12/2024
0.8.16 287 3/11/2024
0.8.15 316 3/11/2024
0.8.14 355 3/11/2024
0.8.13 375 3/10/2024
0.8.12 317 3/10/2024
0.8.11 234 3/4/2024
0.8.10 403 3/4/2024
0.8.9 414 3/2/2024
0.8.8 354 3/2/2024
0.8.7 381 3/2/2024
0.8.6 341 3/1/2024
0.8.5 417 3/1/2024
0.8.4 352 2/29/2024
0.8.3 444 2/27/2024
0.8.2 393 2/26/2024
0.8.1 351 2/21/2024
0.8.0 360 2/21/2024
0.7.13 395 2/21/2024
0.7.12 508 2/21/2024
0.7.11 363 2/20/2024
0.7.10 353 2/20/2024
0.7.9 539 2/19/2024
0.7.8 497 2/17/2024
0.7.7 346 2/16/2024
0.7.6 322 2/15/2024
0.7.5 457 2/14/2024
0.7.4 601 2/13/2024
0.7.3 549 2/13/2024
0.7.2 473 2/9/2024
0.7.1 376 2/8/2024
0.7.0 489 2/7/2024
0.6.21 495 2/7/2024
0.6.20 416 2/6/2024
0.6.19 615 2/6/2024
0.6.18 465 2/6/2024
0.6.17 552 2/6/2024
0.6.16 458 2/4/2024
0.6.15 486 2/2/2024
0.6.14 530 2/1/2024
0.6.13 659 1/29/2024
0.6.12 564 1/29/2024
0.6.11 556 1/29/2024
0.6.10 395 1/29/2024
0.6.9 440 1/26/2024
0.6.8 372 1/25/2024
0.6.7 541 1/23/2024
0.6.6 423 1/22/2024
0.6.5 509 1/19/2024
0.6.4 466 1/19/2024
0.6.3 470 1/16/2024
0.6.2 805 12/6/2023
0.6.1 920 12/6/2023
0.6.0 795 12/6/2023
0.5.31 1,168 3/15/2023
0.5.30 1,077 3/14/2023
0.5.28 1,035 3/14/2023
0.5.27 1,034 3/14/2023
0.5.26 947 3/14/2023
0.5.25 962 3/14/2023
0.5.24 1,092 3/14/2023
0.5.23 1,076 3/14/2023
0.5.21 1,089 3/10/2023
0.5.19 973 3/10/2023
0.5.17 1,198 3/10/2023
0.5.15 1,387 3/7/2022
0.5.14 1,312 2/27/2022
0.5.13 1,020 2/27/2022
0.5.12 1,276 2/27/2022
0.5.11 1,190 2/13/2022
0.5.10 975 1/12/2022
0.5.9 1,100 1/5/2022
0.5.8 870 1/5/2022
0.5.7 945 1/4/2022
0.5.6 897 1/3/2022
0.5.5 1,148 1/3/2022
0.5.4 1,083 1/3/2022
0.5.3 1,082 1/3/2022
0.5.2 1,116 12/31/2021
0.5.1 998 12/31/2021
0.5.0 939 12/29/2021
0.4.1 1,082 12/26/2021
0.4.0 1,035 12/26/2021
0.3.4 1,208 12/22/2021
0.3.3 1,115 12/21/2021
0.3.2 1,147 12/21/2021
0.2.166 1,018 12/21/2021
0.2.165 1,053 12/21/2021
0.2.164 1,015 12/20/2021
0.2.163 1,008 12/18/2021
0.2.161 1,034 12/17/2021
0.2.160 905 12/17/2021
0.2.159 1,010 12/17/2021
0.2.158 1,003 12/15/2021
0.2.157 929 12/14/2021
0.2.154 1,338 12/8/2021
0.2.153 1,143 12/7/2021
0.2.152 1,025 12/6/2021
0.2.151 1,011 12/6/2021
0.2.150 1,273 12/6/2021
0.2.149 1,332 12/6/2021
0.2.148 1,095 12/5/2021
0.2.147 1,053 12/5/2021
0.2.146 1,008 12/5/2021
0.2.145 709 12/5/2021
0.2.144 996 12/5/2021
0.2.143 911 12/5/2021
0.2.142 1,066 12/5/2021
0.2.141 1,512 12/4/2021
0.2.140 1,069 12/4/2021
0.2.139 1,075 12/1/2021
0.2.137 967 11/18/2021
0.2.136 1,103 10/27/2021
0.2.135 994 10/27/2021
0.2.135-alpha.1 190 10/27/2021
0.2.134 1,084 2/7/2021
0.2.133 1,102 2/3/2021
0.2.132 1,202 1/31/2021
0.2.131 1,042 1/30/2021
0.2.130 1,113 1/30/2021
0.2.129 1,208 1/28/2021
0.2.128 1,195 1/27/2021
0.2.127 1,167 1/27/2021
0.2.126 920 1/25/2021
0.2.125 1,236 1/24/2021
0.2.124 1,143 1/23/2021
0.2.123 1,125 1/23/2021
0.2.122 1,302 1/21/2021
0.2.121 1,230 1/20/2021
0.2.120 1,213 1/20/2021
0.2.119 1,230 1/20/2021
0.2.118 1,317 1/20/2021
0.2.117 1,228 1/19/2021
0.2.116 1,177 1/17/2021
0.2.115 1,560 1/16/2021
0.2.114 1,367 1/15/2021
0.2.113 1,162 1/14/2021
0.2.112 1,320 1/13/2021
0.2.111 1,385 1/10/2021
0.2.110 1,421 1/9/2021
0.2.109 1,105 1/8/2021
0.2.108 1,204 1/8/2021
0.2.107 1,339 1/7/2021
0.2.106 1,394 1/6/2021
0.2.105 1,343 1/3/2021
0.2.104 1,431 1/2/2021