elm-verify-examples icon indicating copy to clipboard operation
elm-verify-examples copied to clipboard

Parse all files for examples.

Open akoppela opened this issue 6 years ago • 2 comments

When the project is big it's nice to have a regex to parse all files for examples.

akoppela avatar Feb 20 '18 09:02 akoppela

Since all examples have specific syntax (the --> ... part) maybe it should be a default behavior?

tad-lispy avatar Apr 01 '19 09:04 tad-lispy

I'm happy to accept a PR, but I'm worried about performance. I don't think parsing --> is enough, because that might appear in application code as well.

stoeffel avatar Apr 01 '19 11:04 stoeffel

Implemented in #110

knuton avatar Jan 15 '24 14:01 knuton