Commit Graph

325 Commits

Author SHA1 Message Date
Mark Thom
ab7ba0a207 write tests to detect disjunction bugs 2018-01-26 23:26:19 -07:00
Mark Thom
d240eaca78 add tests for builtins 2018-01-25 21:01:23 -07:00
Mark Thom
03c96d45b3 update README 2018-01-19 23:22:54 -07:00
Mark Thom
08b94dcdf5 add display predicate 2018-01-14 22:11:02 -07:00
Mark Thom
930d00a806 document arg, functor, conditionals 2018-01-11 16:13:13 -07:00
Mark Thom
d49157bef6 add provisional functor and arg support, and give ';' and '->' their true semantics 2018-01-08 21:14:19 -07:00
Mark Thom
eab95a360a Merge branch 'master' of http://github.com/mthom/rusty-wam 2017-12-23 23:23:45 -07:00
Mark Thom
ca16768f7e add beginning support for ',', ';', '->' 2017-12-23 23:23:30 -07:00
Mark Thom
6e87e35c7c update README 2017-12-22 12:52:55 -07:00
Mark Thom
8e38d39058 update README 2017-12-22 12:43:06 -07:00
Mark Thom
f8555682d0 update README 2017-12-22 12:39:35 -07:00
Mark Thom
829b8278da add to README 2017-12-10 19:32:52 -07:00
Mark Thom
2dc7832f59 update README, heap ADT 2017-12-10 13:55:49 -07:00
Mark Thom
8e5aaf02a4 update README, toplevel parsing for comparison operators. 2017-12-04 10:18:29 -07:00
Mark Thom
7b569becbe add support for comparison operators. 2017-12-03 17:44:51 -07:00
Mark Thom
775fe42781 tweak README 2017-12-03 14:23:00 -07:00
Mark Thom
0ee2286199 tweak README 2017-12-03 14:22:26 -07:00
Mark Thom
a2e0b84618 correct README 2017-12-03 14:15:52 -07:00
Mark Thom
e8a9da0dca add bitwise and modular operations. 2017-12-03 14:15:01 -07:00
Mark Thom
9a7419c507 add support for rational numbers, division. 2017-12-02 11:10:25 -07:00
Mark Thom
ff9a1a60d8 correct README 2017-11-05 17:14:49 -07:00
Mark Thom
5568d0b370 add provisions for arithmetic support. 2017-11-05 17:12:30 -07:00
Mark Thom
57cc8ccac9 inline atomic and var. 2017-11-03 20:41:01 -06:00
Mark Thom
e179f381a8 correct README 2017-09-06 18:12:35 -06:00
Mark Thom
d9340344ff finalize operator support. 2017-09-06 18:11:43 -06:00
Mark Thom
92de7acd22 transition to the operator precedence parser. 2017-09-06 00:36:14 -06:00
Mark Thom
8ee27af9fd add control operators. 2017-09-04 23:30:07 -06:00
Mark Thom
02c0f1cf56 add top level exception reporting, exceptions for call/N. 2017-08-17 18:20:58 -06:00
Mark Thom
1a7edc2d13 tweak README 2017-08-15 14:28:28 -06:00
Mark Thom
3cacb49f6a tweak README 2017-08-15 14:28:00 -06:00
Mark Thom
803c66c917 change ; over to SPACE 2017-08-15 14:15:28 -06:00
Mark Thom
caf740b9cd correct throw omission in README 2017-08-15 11:07:23 -06:00
Mark Thom
cc82447c64 bug fixes. 2017-08-15 11:06:19 -06:00
Mark Thom
8d7d215234 add tests, update status. 2017-08-14 13:21:45 -06:00
Mark Thom
a06d99a313 cleanup code generation, add throw/catch, copy_term, var, atomic, not, false builtins 2017-08-13 23:53:01 -06:00
Mark Thom
180fca20f9 update README 2017-08-03 21:25:50 -06:00
Mark Thom
cf14f736f7 update README 2017-05-26 12:48:51 -06:00
Mark Thom
ca43a5b8e0 update README 2017-05-26 12:48:09 -06:00
Mark Thom
4ab0716b86 update README 2017-05-26 12:46:19 -06:00
Mark Thom
f29bd3dc0b add tests, add to README. 2017-05-26 12:27:41 -06:00
Mark Thom
cf470e48c2 add tests 2017-05-25 14:46:48 -06:00
Mark Thom
2f23541ee0 support call/N 2017-05-24 19:10:31 -06:00
Mark Thom
6fa5bad5bf add top level declarative structure 2017-05-09 16:26:17 -06:00
Mark Thom
f155b5b2c2 add support for conjunctive queries. 2017-05-07 15:26:36 -06:00
Mark Thom
316e5c5c1a transition to debray allocation 2017-04-30 13:53:15 -06:00
Mark Thom
19ee43e186 optimized up to chapter 6 2017-04-09 19:12:36 -06:00
Mark Thom
79ae4abb81 optimized up to section 5.11 2017-03-30 00:51:23 -06:00
Mark Thom
d65970ee57 optimized up to section 5.10 2017-03-25 01:58:54 -06:00
Mark Thom
24b60eb2c6 optimizations up to section 5.8 2017-03-23 16:55:43 -06:00
Mark Thom
e1cc5ecfd6 optimizations up to section 5.7. 2017-03-23 01:06:06 -06:00