Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

Pass list of documents to Python generator and validate them there #1066

Open lars-reimann opened 5 months ago

lars-reimann commented 5 months ago

Currently, any caller of the Python generator has to deal with validation. The Python generator should do this by itself. It would also be helpful, if a list of documentation could be passed in instead of just one.