www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (1183B)


      1 [![Build Status,](https://img.shields.io/travis/jsmaniac/subtemplate/master.svg)](https://travis-ci.org/jsmaniac/subtemplate)
      2 [![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)
      3 [![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/)
      4 [![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/subtemplate/issues)
      5 [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
      6 
      7 subtemplate
      8 ===========
      9 
     10 Automatic generation of temporary identifiers for racket syntax templates,
     11 based on subscripts indices on the identifiers (e.g. generate `yᵢ …` from `xᵢ
     12 …`).
     13 
     14 Note that the syntax pattern variables must be matched with one of the patched
     15 forms from `stxparse-info/parse` or `stxparse-info/case`, instead of the
     16 syntax pattern-matching forms from `syntax/parse` or `racket/base,
     17 respectively.