-
-
Notifications
You must be signed in to change notification settings - Fork 658
Implement practice: dot-dsl #909
Copy link
Copy link
Open
Labels
new exercise ✨x:action/createWork on something from scratchWork on something from scratchx:knowledge/intermediateQuite a bit of Exercism knowledge requiredQuite a bit of Exercism knowledge requiredx:module/practice-exerciseWork on Practice ExercisesWork on Practice Exercisesx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
Description
Activity
Metadata
Metadata
Assignees
Labels
new exercise ✨x:action/createWork on something from scratchWork on something from scratchx:knowledge/intermediateQuite a bit of Exercism knowledge requiredQuite a bit of Exercism knowledge requiredx:module/practice-exerciseWork on Practice ExercisesWork on Practice Exercisesx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
problem specification | description |
canonical dataYou may find it helpful to follow this checklist from the CONTRIBUTING.md resource. There is not yet any canonical data at moment of creating this issue. You may come up with test cases yourself or (recommended) check tracks that have already implemented this exercise for inspiration.
This can be implemented similar to dsls like
jasmine/mochawork, and take inspiration from other tracks already implementing this exercise. Check-out thejavascriptgrepexercise to see that we also support ingesting (or outputting) from (and to) files.