https://github.com/parallaxsecond/parsec-operations
Parsec language neutral operations API
https://github.com/parallaxsecond/parsec-operations
Last synced: 5 months ago
JSON representation
Parsec language neutral operations API
- Host: GitHub
- URL: https://github.com/parallaxsecond/parsec-operations
- Owner: parallaxsecond
- License: apache-2.0
- Created: 2019-09-24T14:19:18.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T15:21:21.000Z (about 4 years ago)
- Last Synced: 2025-05-07T13:52:00.238Z (5 months ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 6
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Parsec Language Neutral Operations

This repository provides a centralised access for all Parsec operations.
Client libraries can download and compile the operations of this repository to the programming language that they use.
Please check the [operations document](https://parallaxsecond.github.io/parsec-book/parsec_client/operations/index.html)
for more information on operations.# License
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.
# User Guide
In order to make a Parsec client library, you will need to add in the build script of your library the needed operations
to clone this git repository and then compile the operations into functions to convert between your language native
memory structures and the operations format.# Contributing
Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing.html)
to know more about the contribution process.