Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzannesoy/subtemplate
Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
https://github.com/suzannesoy/subtemplate
experimental macros racket-library
Last synced: 23 days ago
JSON representation
Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
- Host: GitHub
- URL: https://github.com/suzannesoy/subtemplate
- Owner: SuzanneSoy
- License: cc0-1.0
- Created: 2017-01-26T04:10:08.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T14:37:54.000Z (over 3 years ago)
- Last Synced: 2024-09-16T00:20:03.345Z (about 2 months ago)
- Topics: experimental, macros, racket-library
- Language: Racket
- Homepage:
- Size: 260 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-more.md
Awesome Lists containing this project
README
[![Build Status,](https://img.shields.io/travis/jsmaniac/subtemplate/master.svg)](https://travis-ci.org/jsmaniac/subtemplate)
[![Build Stats,](https://img.shields.io/website-stats-stats%20unavailable-blue-red/http/jsmaniac.github.io/travis-stats/.svg?label=build)](http://jsmaniac.github.io/travis-stats/#jsmaniac/subtemplate)
[![Online Documentation,](https://img.shields.io/website-online-offline-blue-red/http/docs.racket-lang.org/subtemplate/.svg?label=docs)](http://docs.racket-lang.org/subtemplate/)
[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/subtemplate/issues)
[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)subtemplate
===========Automatic generation of temporary identifiers for racket syntax templates,
based on subscripts indices on the identifiers (e.g. generate `yᵢ …` from `xᵢ
…`).Note that the syntax pattern variables must be matched with one of the patched
forms from `stxparse-info/parse` or `stxparse-info/case`, instead of the
syntax pattern-matching forms from `syntax/parse` or `racket/base,
respectively.