LottaMe / pylet

A tool to learn python that is inspired by rustlings.
MIT License
0 stars 0 forks source link

Check whether exercise compiles #2

Closed LottaMe closed 6 months ago

LottaMe commented 6 months ago

Depends on Create program that reads exercises

Description

Instead of just reading through the exercise, we want to check whether it compiles. If it compiles, the program should give the feedback message that the exercise was successful. If it doesn't compile, the program should give the feedback message that the exercise failed, and log/print the compiler message. As we only have on exercise, we should also have a success message that the course is completed successfully.

Checklist