cs121-team-panda/coconut-interpreter

Allow compilation parameters

Closed this issue · 4 comments

'provide a way to change the compilation parameters (e.g. compile to Python 3 instead of universal Python as if you had passed "--target 3")'

Plans:

  • write/test backend
  • implement frontend (@jcruz)
    • ideas: a gear? hover over run button for options?
  • merge backend PR #51

assigned @jcruz since I don't think I would be able to figure out how/where to stick in a form field for the compile parameters

Postponed to later phase based on the discussion that it may be too advanced for end users.

jcruz commented

Will revisit later if needed.