Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuzanneSoy/phc-adt
Algebraic Datatypes for Typed/Racket, with some special features useful for writing compilers
https://github.com/SuzanneSoy/phc-adt
algebraic-data-types racket-library
Last synced: 3 months ago
JSON representation
Algebraic Datatypes for Typed/Racket, with some special features useful for writing compilers
- Host: GitHub
- URL: https://github.com/SuzanneSoy/phc-adt
- Owner: SuzanneSoy
- License: cc0-1.0
- Created: 2016-05-27T23:14:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T14:58:33.000Z (over 3 years ago)
- Last Synced: 2024-05-23T10:25:46.501Z (6 months ago)
- Topics: algebraic-data-types, racket-library
- Language: Racket
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 12
Awesome Lists containing this project
- awesome-racket - phc-adt - Algebraic Data Types for Typed/Racket, with features tailored to compiler writing. The data types do not have to be declared before they are used, like prefab structs and symbols. Behind the scenes, this library remembers all the data types in a file, and uses it to implicitly pre-declare them. Mostly stable, although some things may change a bit in the future. (Data Structures)