update README
This commit is contained in:
@@ -26,7 +26,7 @@ Extend rusty-wam to include the following, among other features:
|
|||||||
associativity and precedence (_done_).
|
associativity and precedence (_done_).
|
||||||
* Bignum, rational number and floating point arithmetic (_done_).
|
* Bignum, rational number and floating point arithmetic (_done_).
|
||||||
* Built-in control operators (`,`, `;`, `->`, etc.) (_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
|
* Built-in predicates for list processing and top-level declarative
|
||||||
control (`setup_call_control/3`, `call_with_inference_limit/3`,
|
control (`setup_call_control/3`, `call_with_inference_limit/3`,
|
||||||
etc.) (NEEDS REVISION)
|
etc.) (NEEDS REVISION)
|
||||||
|
|||||||
@@ -598,13 +598,6 @@ impl<'a, R: Read> TopLevelWorker<'a, R> {
|
|||||||
let tl = merge_clauses(&mut tls)?;
|
let tl = merge_clauses(&mut tls)?;
|
||||||
|
|
||||||
if tls.is_empty() {
|
if tls.is_empty() {
|
||||||
/*
|
|
||||||
match tl.name() {
|
|
||||||
Some(name) => self.add_name(name, tl.arity(), clause_name!("user")),
|
|
||||||
_ => {}
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ok(deque_to_packet(tl, results))
|
Ok(deque_to_packet(tl, results))
|
||||||
} else {
|
} else {
|
||||||
Err(ParserError::InconsistentEntry)
|
Err(ParserError::InconsistentEntry)
|
||||||
|
|||||||
Reference in New Issue
Block a user