We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e078fe3 commit 597adc8Copy full SHA for 597adc8
contents/barnsley/code/coconut/SConstruct
@@ -0,0 +1,7 @@
1
+import os
2
+
3
+env = Environment(ENV={'PATH': os.environ['PATH']})
4
5
+python_file = env.Command(target='barnsley.py', source='barnsley.coco', action='coconut --strict --target=3.8 $SOURCE')
6
7
+env.Command(target='out.dat', source=python_file, action='python3 $SOURCE')
0 commit comments