Commit Graph

58 Commits

Author SHA1 Message Date
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
Mark Thom
9362aa6af3 optimizations 2017-03-22 22:30:45 -06:00
Mark Thom
540a5b805f fix README 2017-03-10 23:51:37 -07:00
Mark Thom
fcb3cc1287 transition to prolog 2017-03-10 23:50:26 -07:00
Mark Thom
743602778f fix README 2017-03-05 10:04:45 -07:00
Mark Thom
bad608a202 fix to README 2017-03-04 19:52:54 -07:00
Mark Thom
02827bc0e2 fix to README 2017-03-04 19:28:59 -07:00
Mark Thom
42ce902b3c transition to l3 2017-03-04 19:22:43 -07:00
Mark Thom
6346612caa typo fix 2017-02-25 12:30:27 -07:00
Mark Thom
80adc23984 new readme examples 2017-02-24 18:53:30 -07:00
Mark Thom
f47a161376 fix codegen bug (marking terms in rules too eagerly) 2017-02-24 17:54:33 -07:00
Mark Thom
2fccbb09c6 add heapview, move registers to HeapCellRef 2017-02-24 16:16:14 -07:00
Mark Thom
1b5f8a1db2 transition to l2 2017-02-21 00:31:04 -07:00
Mark Thom
23fc50417f bug fixes 2017-02-02 15:53:06 -07:00
Mark Thom
081db5a38c transition to l1 2017-01-27 22:06:19 -07:00
Mark Thom
0c6926b3cb fix unification bugs. 2017-01-27 21:54:53 -07:00
Mark Thom
ed2343be9f streamline code generation with iterators and traits 2017-01-22 11:24:29 -07:00
Mark Thom
36ca0087c9 update 2016-10-28 23:49:21 -06:00