summaryrefslogtreecommitdiff
path: root/contrib/theoryskel/README.WHATS-NEXT
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/theoryskel/README.WHATS-NEXT')
-rw-r--r--contrib/theoryskel/README.WHATS-NEXT11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/theoryskel/README.WHATS-NEXT b/contrib/theoryskel/README.WHATS-NEXT
index 17affade4..213004d5b 100644
--- a/contrib/theoryskel/README.WHATS-NEXT
+++ b/contrib/theoryskel/README.WHATS-NEXT
@@ -17,7 +17,8 @@ Your next steps will likely be:
* to write parser rules in src/parser/cvc/Cvc.g to support the CVC input
language, src/parser/smt/Smt.g to support the (deprecated) SMT-LIBv1
language, and src/parser/smt2/Smt2.g to support SMT-LIBv2
-* to write printer code in src/printer/*/*_printer* to support printing
+* to write printer code in
+src/printer/*/*_printer* to support printing
your theory terms and types in various output languages
and finally:
@@ -33,13 +34,13 @@ and finally:
You'll probably find the Developer's wiki useful:
- http://cvc4.cs.nyu.edu/wiki/
+ http://cvc4.cs.stanford.edu/wiki/
-...and in particular the Developer's Guide:
+...and the Developer's Guide:
- http://cvc4.cs.nyu.edu/wiki/Developer%27s_Guide
+ https://github.com/CVC4/CVC4/wiki/Developer-Guide
which contains coding guidelines for the CVC4 project.
-Good luck, and please contact cvc4-devel@cs.nyu.edu for assistance
+Good luck, and please contact cvc4-devel@cs.stanford.edu for assistance
should you need it!
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback