Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lapets/uxadt
Universal (cross-language) extensible representation for algebraic data type instances.
https://github.com/lapets/uxadt
adt adts algebraic-data-types embedded-language functional-programming library pattern-matching
Last synced: about 1 month ago
JSON representation
Universal (cross-language) extensible representation for algebraic data type instances.
- Host: GitHub
- URL: https://github.com/lapets/uxadt
- Owner: lapets
- Created: 2013-03-18T05:02:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T02:40:59.000Z (almost 7 years ago)
- Last Synced: 2024-03-25T09:22:30.114Z (9 months ago)
- Topics: adt, adts, algebraic-data-types, embedded-language, functional-programming, library, pattern-matching
- Language: Python
- Homepage: http://uxadt.org
- Size: 729 KB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uxadt
Cross-platform embedded representation for algebraic data types, values, and common operations. More information is available at [uxadt.org](http://uxadt.org).
[![npm version and link.](https://badge.fury.io/js/uxadt.svg)](https://badge.fury.io/js/uxadt)
[![PyPI version and link.](https://badge.fury.io/py/UxADT.svg)](https://badge.fury.io/py/UxADT)This family of libraries supports a cross-platform embedded representation for algebraic data type (ADT) values, and platform-specific embedded programming abstractions for common operations (such as pattern matching) on algebraic data type values.
## Directory Structure
The directory structure and locations of noteworthy files are as follows:
* `/hs/`
The Haskell version of the library, ready for packaging.- `/hs/release.sh`
Release script for building package for manual submission to [HackageDB](http://hackage.haskell.org/).- `/hs/Text/UxADT.hs`
The source of the Haskell version of the library.* `/js/`
The JavaScript version of the library, ready for packaging and publication.- `/js/lib/uxadt.js`
The source of the JavaScript version of the library.- `/js/examples/`
Examples illustrating how the library can be used with Node.js and HTML.* `/php/`
The PHP version of the library, ready for packaging and publication.- `/php/src/uxadt.php`
The source of the PHP version of the library.- `/php/examples/`
Examples illustrating how the library can be used in PHP.* `/py/`
The Python version of the library, ready for packaging and publication.- `/py/release.sh`
Release script for building package and publishing it on [PyPI](https://pypi.python.org/).- `/py/uxadt/uxadt.py`
The source of the Python version of the library.- `/py/examples/`
Examples illustrating how the library can be used in Python.