dpasp icon indicating copy to clipboard operation
dpasp copied to clipboard

#Include directives

Open denismaua opened this issue 1 year ago • 1 comments

Allow for a #include "filename.py" or #include "filename.plp" directive that is equivalent to the Python snippet #python #end, but can be used to split a dpasp program into several files. The type of snipper can be deduced from the file extension. That should also help to make things more efficient, as e.g., we might pre-compile python files or pre-ground plp files.

denismaua avatar Oct 06 '23 21:10 denismaua