Skip to content

Commit 597adc8

Browse files
committed
forgot to do the coconut implementation
1 parent e078fe3 commit 597adc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)