update README

This commit is contained in:
Mark Thom
2018-07-12 00:14:14 -06:00
parent 89044266d6
commit 7527bc76f8
2 changed files with 2 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ Extend rusty-wam to include the following, among other features:
associativity and precedence (_done_).
* Bignum, rational number and floating point arithmetic (_done_).
* Built-in control operators (`,`, `;`, `->`, etc.) (_done_).
* A revised, not-terrible module system (_in progress_).
* A revised, not-terrible module system (_done, I think_).
* Built-in predicates for list processing and top-level declarative
control (`setup_call_control/3`, `call_with_inference_limit/3`,
etc.) (NEEDS REVISION)