04bc8ec084print attributes of variables when attribute_goals/2 is not defined
Mark Thom
2019-10-02 17:01:03 -06:00
a623061a1acorrect handling of ! in phrase/{2,3}, get rid of extraneous choice points in put_atts/2 and get_atts/2, allow loading of non-module files from the command line and use_module/{2,3}
Mark Thom
2019-10-02 15:51:48 -06:00
ccd3dfb436properly expand goals in initialization directives
Mark Thom
2019-10-02 15:09:34 -06:00
b12ba338dfremove readline_compat_rs reference from README
Mark Thom
2019-10-02 11:33:28 -06:00
239ffb205bexpand goals in initialization directives.
Mark Thom
2019-10-01 23:25:17 -06:00
c0ad3231f5eliminate extraneous choice point in $get_attr
Mark Thom
2019-10-01 22:36:46 -06:00
abc7498a42add the initialization directive
Mark Thom
2019-10-01 16:51:22 -06:00
1ec831b2e2limit scope of raw mode on stdout to allow interrupts to work
Mark Thom
2019-09-30 14:09:02 -06:00
b26c5c213ereturn to toplevel from a long running query after receiving Ctrl-C
Mark Thom
2019-09-30 13:27:22 -06:00
ecb2cc3518fix improper consolidation of DCG variables
Mark Thom
2019-09-30 12:21:53 -06:00
9df14cf890add use_module/{1,2} as full fledged predicates
Mark Thom
2019-09-30 10:26:29 -06:00
376b39a4efsupport loading of modules from files specified at the command line
Mark Thom
2019-09-29 10:16:27 -06:00
e8bac464d0devour dangling whitespace before checking for EOF
Mark Thom
2019-09-29 10:05:40 -06:00
5ec4dfedb0target out_dir in build script
Mark Thom
2019-09-27 00:05:19 -06:00
9a83ccbdbcmake *.pl files in src/prolog/lib available from libraries.rs
Mark Thom
2019-09-26 23:10:04 -06:00
2c1c1b7d12migrate to rustyline, add history support
Mark Thom
2019-09-26 11:25:05 -06:00
529b664bf3Merge pull request #164 from triska/master
Mark Thom
2019-09-25 22:52:11 -06:00
737acb7cdeignore single line comments after end token read
Mark Thom
2019-09-25 22:40:31 -06:00
930e9a9e82ADDED: library(si) for safe type tests.
Markus Triska
2019-09-25 23:17:50 +02:00
e108b844bdMerge pull request #151 from Atul9/cargo-fmt
Mark Thom
2019-09-23 11:56:51 -03:00
1273e2d52dFormat code using 'cargo fmt'
Atul Bhosale
2019-09-23 19:35:37 +07:00
8207fdea40replace HashMap with IndexMap and HashSet with IndexSet
Mark Thom
2019-09-22 17:31:25 -06:00
380aae85bdadd wam_instructions/2 to render predicate instructions as lists of functors
Mark Thom
2019-09-22 16:06:50 -06:00