summaryrefslogtreecommitdiff
path: root/contrib/theoryskel
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.stanford.edu>2018-04-02 13:35:24 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-04-02 13:35:24 -0700
commit75d15b2cd923f92fd26020e0c8d1786b4396d608 (patch)
tree3d3e4d4d94c3610b1fadb9a43c44284eea81ca0d /contrib/theoryskel
parenta917cc2ab4956b542b1f565abf0e62b197692f8d (diff)
Remove references to nyu (#1721)
Diffstat (limited to 'contrib/theoryskel')
-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