X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/234b917a6149413bbbeab7dccfaeab5f16e43fe1..dac62e84b324d2187ec9b9882efa47125d5599a4:/src/main.sig diff --git a/src/main.sig b/src/main.sig index a7c3b2d..46aedfb 100644 --- a/src/main.sig +++ b/src/main.sig @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*) + *) (* Main interface *) @@ -23,5 +23,7 @@ signature MAIN = sig val tInit : Ast.typ val check : string -> unit + val reduce : string -> unit + val eval : string -> unit end