update README

This commit is contained in:
Mark Thom
2018-03-24 11:42:26 -06:00
parent f160761cf9
commit 261bb15bdf

View File

@@ -30,6 +30,7 @@ Extend rusty-wam to include the following, among other features:
control (`setup_call_control/3`, `call_with_inference_limit/3`,
etc.) (_done_).
* A rudimentary module system (_done_).
* Definite Clause Grammars (_in progress_).
* Attributed variables using the SICStus Prolog interface and
semantics. Adding coroutines like `dif/2`, `freeze/2`, etc.
is straightforward with attributed variables.