TimMo-dev / P7

1 stars 0 forks source link

Implement Python compiler #49

Open JakobTopholt opened 1 week ago

JakobTopholt commented 1 week ago

Description: Implement a backend interpreter for python. The initial "compiler" should be a container consisting of a python interpreter that will install the necessary packages and and run whatever code is given.

The issue pressuposes the completion of #45

Acceptance Criteria:

User Story: As a member of the project group i want to implement a compiler backend so that the user knows if their code solution works

JakobTopholt commented 1 week ago

Also a small comment.

Steal, steal and steal some more. DO NOT try to implement a compiler from scratch.