An open API service indexing awesome lists of open source software.

https://github.com/degory/ghul-runtime

Runtime library for ghūl applications
https://github.com/degory/ghul-runtime

compiler ghul runtime runtime-library

Last synced: 3 months ago
JSON representation

Runtime library for ghūl applications

Awesome Lists containing this project

README

          

# ghūl compiler runtime library

[![CI/CD](https://img.shields.io/github/actions/workflow/status/degory/ghul-runtime/cicd.yml?branch=main)](https://github.com/degory/ghul-runtime/actions/workflows/cicd.yml?query=branch%3Amain)
[![NuGet version (ghul.runtime)](https://img.shields.io/nuget/v/ghul.runtime.svg)](https://www.nuget.org/packages/ghul.runtime/)
[![Release](https://img.shields.io/github/v/release/degory/ghul-runtime?label=release)](https://github.com/degory/ghul-runtime/releases)
[![Release Date](https://img.shields.io/github/release-date/degory/ghul-runtime)](https://github.com/degory/ghul-runtime/releases)
[![Issues](https://img.shields.io/github/issues/degory/ghul-runtime)](https://github.com/degory/ghul-runtime/issues)
[![License](https://img.shields.io/github/license/degory/ghul-runtime)](https://github.com/degory/ghul-runtime/blob/main/LICENSE)
[![ghūl](https://img.shields.io/badge/gh%C5%ABl-100%25!-information)](https://ghul.dev)

This package provides:
- internal types required by all [ghūl](https://ghul.dev) applications
- support for the ghūl pipe operator and fluent methods on pipes, such as `filter`, `map` and `reduce`
- MSBuild targets needed to build ghūl projects