#!/bin/bash # # mktheoryof # Morgan Deters for CVC4 # Copyright (c) 2010 The CVC4 Project # # The purpose of this script is to create theoryof_table.h from a # prologue, epilogue, and a list of theory kinds. # # Invocation: # # mktheoryof prologue-file epilogue-file theory-kind-files... # # Output is to standard out. # cat <