Auto-generate exercise files
This implements a make exercises
target which auto-generates the exercise files from the solutions. I hope the syntax is self-explaining:
(* BEGIN SOLUTION *)
solution here.
(* END SOLUTION *)
is replaced by
(* exercise *)
Admitted.
and the more powerful
(* BEGIN SOLUTION *)
solution here.
(* END SOLUTION BEGIN TEMPLATE
exercise template here.
END TEMPLATE *)
is replaced by
exercise template here.
Fixes #4 (closed)
@robbertkrebbers please let me know what you think :)
Merge request reports
Activity
@robbertkrebbers I extended the README with the MR description.
mentioned in commit fcc95c24
mentioned in merge request tutorial-popl20!2 (merged)
Please register or sign in to reply