Commit Graph

45 Commits

Author SHA1 Message Date
Mark Thom
32fecca45d add write variants 2018-10-23 22:53:50 -06:00
Mark Thom
4c76920489 fix conformity errors 2018-10-17 22:10:00 -06:00
Mark Thom
5586aa7057 remove needless self parameter from ambiguity_check 2018-10-09 19:58:15 -06:00
Mark Thom
2b32d2d94e smooth out ambiguity check 2018-10-08 23:23:52 -06:00
Mark Thom
41b8f7a36b add spaces between operators when there is an ambiguity 2018-10-08 23:04:03 -06:00
Mark Thom
59ad71fccc add preliminary support for DCGs. 2018-10-07 00:07:12 -06:00
Mark Thom
8eb327c735 correct conformity error 2018-09-16 14:21:50 -06:00
Mark Thom
f226cb3dbd correct conformity errors 2018-09-16 14:11:21 -06:00
Mark Thom
33d1a7c701 add structural tests for partial strings, rename ast.rs 2018-09-04 21:20:45 -06:00
Mark Thom
ff9d2662e6 farm parser out to a crate, remove it as a git submodule. 2018-09-03 21:58:07 -06:00
Mark Thom
4be20e48e6 fixes to quoted 2018-09-03 17:21:28 -06:00
Mark Thom
684e3d217f properly handle character controls from ASCII to UTF-8, re: #48 2018-09-03 13:57:32 -06:00
Mark Thom
c3cce4abd5 properly handle character controls from ASCII to UTF-8, re: #48 2018-09-03 13:50:49 -06:00
Mark Thom
abcb53699a finalize support for partial strings 2018-09-02 23:32:51 -06:00
Mark Thom
d9751671c8 correct get_single_quoted_item, re: #48 2018-08-30 23:51:15 -06:00
Mark Thom
872b153b08 correct printing of lists when double_quotes is set to atom 2018-08-30 00:04:19 -06:00
Mark Thom
7884a20042 support strings as char lists in term comparisons 2018-08-23 01:24:26 -06:00
Mark Thom
f861b7a80e update to handle strings as lists. 2018-08-22 00:26:48 -06:00
Mark Thom
013eb29e2b add string table, StringList representation 2018-08-21 00:22:16 -06:00
Mark Thom
82ff377585 add numbered vars to writeq 2018-07-16 20:12:50 -06:00
Mark Thom
c5e1a08214 move print_constant logic to heap_print.rs 2018-07-16 19:06:27 -06:00
Mark Thom
7b99dc53b6 reorder print_constant comments for unsupported escape characters 2018-05-28 20:30:13 -06:00
Mark Thom
a13b94622b print chars somewhat appropriately. 2018-05-28 20:19:52 -06:00
Mark Thom
07ec2d34c8 hacky workaround 2018-05-28 20:07:34 -06:00
Mark Thom
9fbb73dcb8 Merge branch 'develop' 2018-05-15 22:48:37 -06:00
Mark Thom
06d896277c major refactor 2018-05-15 22:47:36 -06:00
Mark Thom
0951bcff58 add arg 2018-05-12 01:21:31 -06:00
Mark Thom
7573a8fb10 record cyclic terms in printer 2018-05-07 00:44:42 -06:00
Mark Thom
30926a71ab streamline variable search in heap_print.rs 2018-05-06 22:10:51 -06:00
Mark Thom
885d7c04e3 simplify detection of cycles in printer 2018-05-05 13:20:06 -06:00
Mark Thom
81a199836d properly handle cyclic terms in the printer. 2018-05-05 12:33:29 -06:00
Mark Thom
d6495c8195 add support for printing cyclic terms. 2018-05-05 01:53:05 -06:00
Mark Thom
c369ce9a7f add access to HeapVarDict to the printer. 2018-05-04 20:51:02 -06:00
Mark Thom
afc5736418 set up heap_var Cow in heap_print.rs 2018-05-04 20:15:39 -06:00
Mark Thom
2df82e6b01 abbreviate names in heap_iter.rs 2018-05-04 19:43:43 -06:00
Mark Thom
faabe85e75 minor tweak to printer code 2018-03-16 16:23:27 -06:00
Mark Thom
cf9db43d5b major refactor. 2018-02-25 12:13:07 -07:00
Mark Thom
f9b53856ac add callable is/2 2018-01-19 00:08:55 -07:00
Mark Thom
d8be7b5b49 add an atom table. 2018-01-16 23:26:59 -07:00
Mark Thom
bdb7da3ccf correct formatting on heap_print 2018-01-15 20:28:25 -07:00
Mark Thom
f265546203 abstract Outputter of heap_print 2018-01-15 20:18:08 -07:00
Mark Thom
08b94dcdf5 add display predicate 2018-01-14 22:11:02 -07:00
Mark Thom
58ba368280 mark structures with their fixity 2018-01-14 21:48:10 -07:00
Mark Thom
b2b4ce6877 print ops properly. 2018-01-14 20:46:03 -07:00
Mark Thom
0fb64f412e refactor heapview 2018-01-13 21:50:47 -07:00