File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env python
1
2
#/*-------------------------------------------------------------------------
2
3
#Coco.py -- the Compiler Driver
3
4
#Compiler Generator Coco/R,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def WriteDriver( ):
52
52
#DriverGen.codeGen.write( Tab.gramSy.name )
53
53
DriverGen .codeGen .CopyFramePart ( '$$$' )
54
54
DriverGen .codeGen .close ( )
55
+ os .chmod (fn , 0755 )
55
56
56
57
@staticmethod
57
58
def Init ( f , dir ):
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env python
1
2
#/*-------------------------------------------------------------------------
2
3
#Coco.py -- the Compiler Driver
3
4
#Compiler Generator Coco/R,
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env python
1
2
#/*-------------------------------------------------------------------------
2
3
#Coco.py -- the Compiler Driver
3
4
#Compiler Generator Coco/R,
You can’t perform that action at this time.
0 commit comments