Skip to content
  • berumuron's avatar
    Change implementation of Boopsy · 313754f8
    berumuron authored
    Instead of creating a `rendering` variable directly in our `render`
    method, we create a mini Python program which is evaluated by an `exec`
    function.
    
    It will be helpful to handle the `if` and `for` statements because we
    will be able to rely on the Python interpretor behaviour to manage the
    variable scopes.
    
    It is probably not the most elegant nor the most secure way to do it,
    but it's the cheapest one and it's fine in our situation.
    313754f8