aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-22 15:29:38 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-22 15:29:38 -0500
commit8c4797157d006faa44cdfe702dfbff2ffa7125b9 (patch)
tree4cfe4426bef1ea3d55a2b67ac2c5d2788ed1478c /src/compiler.sig
parent1399d287e92c4d6a76564cdb2d14e226629de60d (diff)
Alternate job-parsing interface, to avoid merging library directives
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 2b08bff4..e34b771e 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008, Adam Chlipala
+(* Copyright (c) 2008-2009, Adam Chlipala
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -73,6 +73,7 @@ signature COMPILER = sig
val parseUr : (string, Source.file) phase
val parseUrs : (string, Source.sgn_item list) phase
val parseUrp : (string, job) phase
+ val parseUrp' : (string, {Job : job, Libs : string list}) phase
val parse : (job, Source.file) phase
val elaborate : (Source.file, Elab.file) phase
@@ -104,6 +105,7 @@ signature COMPILER = sig
val sqlify : (Mono.file, Cjr.file) phase
val toParseJob : (string, job) transform
+ val toParseJob' : (string, {Job : job, Libs : string list}) transform
val toParse : (string, Source.file) transform
val toElaborate : (string, Elab.file) transform
val toUnnest : (string, Elab.file) transform