exercism / red

Exercism exercises in Red.
https://exercism.org/tracks/red
MIT License
21 stars 14 forks source link

Configure snippet extractor #67

Open ErikSchierboom opened 2 years ago

ErikSchierboom commented 2 years ago

While not a hard requirement, a nice improvement might be to customize the snippet extractor to skip over comments and other irrelevant part of the code (if any).

See https://exercism.org/docs/building/tooling/snippet-extractor and https://github.com/exercism/snippet-extractor/#add-your-language.

loziniak commented 1 year ago

I have some problems with that: https://github.com/exercism/snippet-extractor/pull/62