https://github.com/samth/raco-macro-step
https://github.com/samth/raco-macro-step
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samth/raco-macro-step
- Owner: samth
- Created: 2015-07-07T12:12:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T13:41:36.000Z (almost 11 years ago)
- Last Synced: 2025-03-17T18:01:25.935Z (over 1 year ago)
- Language: Racket
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `raco macro-step`
This package provides the `raco macro-step` command, which allows
running the macro stepper on files specified at the command line. The
specified file is resolved as a path relative to the current
directory.
## Examples
```
$ raco macro-step main.rkt
```
## Installation
From the package server:
```
$ raco pkg install raco-macro-step
```
or, from source:
```
$ git clone git://github.com/samth/raco-macro-step.git
$ cd raco-macro-step
$ raco pkg install
```
## License
MIT