lib/Tools/codegen
changeset 29890 cc9eaa852fcd
parent 29143 72c960b2b83e
child 29892 4a396c7a77b5
equal deleted inserted replaced
29887:5170d6277b61 29890:cc9eaa852fcd
    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_PROCESS" -I "$IMAGE" || exit 1
    39 echo "$ISAR" | "$ISABELLE_TOOL" tty -l "$IMAGE" || exit 1
    40 
    40