lib/Tools/codegen
changeset 29892 4a396c7a77b5
parent 29890 cc9eaa852fcd
child 30191 e3e3d28fe5bc
child 30240 5b25fee0362c
equal deleted inserted replaced
29891:42aa700354d6 29892:4a396c7a77b5
    34 ## main
    34 ## main
    35 
    35 
    36 THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
    36 THY=$(echo $THY | sed -e 's/\\/\\\\"/g; s/"/\\\"/g')
    37 ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end"
    37 ISAR="theory Codegen imports \"$THY\" begin export_code $CMD end"
    38 
    38 
    39 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" || exit 1
    39 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE"
    40 
    40 exit ${PIPESTATUS[1]}