Skgland
|
8e5954f36f
|
remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
|
2021-02-06 22:13:04 +01:00 |
|
Skgland
|
b53ef148a0
|
remove extern crate declaration and fix outfall (macros now need to be imported into scope)
using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit
|
2021-02-06 22:12:31 +01:00 |
|
Mark Thom
|
a239007db0
|
target prolog_parser_rebis on crates.io
|
2021-01-30 22:03:07 -07:00 |
|
Mark Thom
|
a4d15bfb88
|
move to a predicate-based module system, move to loader.[rs|pl]-based compilation, add support for incremental clause compilation
|
2021-01-30 21:07:51 -07:00 |
|
notoria
|
706d842102
|
Renamed find_optimal_index to first_instantiated_index
|
2020-12-21 20:27:53 +01:00 |
|
notoria
|
ecc059bf8b
|
Organized changes into find_optimal_index
|
2020-12-21 12:19:21 +01:00 |
|
notoria
|
ec2c5a9b2c
|
Simplified the code, removed first_arg, the Option
|
2020-12-19 21:04:17 +01:00 |
|
notoria
|
657e4f12bb
|
Implemented a different way to index clauses
|
2020-12-19 14:52:38 +01:00 |
|
Mark Thom
|
b9a53e441e
|
support number/1
|
2020-11-03 23:38:55 -07:00 |
|
Mark Thom
|
33325f1574
|
remove vestigial prolog/ directory (#444)
|
2020-06-12 18:26:38 -06:00 |
|