cduret

Results 4 issues of cduret

Hello, I tried to compile scryer on windows 10 and I have a compilation error : ``` $ cargo build Compiling scryer-prolog v0.8.120 (C:\DEV\Covid-19\dev\prolog\scryer-prolog) error[E0432]: unresolved import `nix::sys` --> src\main.rs:16:10...

I have noticed this behaviour (with linux OS) ``` [I] cydu > more a.pl :- module(a, [ test_a/1 ]). test_a(a). [I] cydu > more b.pl :- module(b, [ test_b/1 ])....

Scryer raise error when I try to load a prolog file from repl. ``` PS C:\DEV\prolog> more .\test.pl toto(0). PS C:\DEV\prolog> scryer-prolog ?- [test]. test.pl:0: unexpected_char caught: error(syntax_error(unexpected_char),use_module/1:0) ?- ```

Hello I try to import npmlock2nix directly from nix and I have an error : In test.nix : ``` let npmlock2nix = builtins.fetchTarball { sha256 = "1ddfby72fsnpn4yw43g4zxvg6jzlk5hi5cfnnccg9jgw53ckr4xh"; url = "https://github.com/nix-community/npmlock2nix/archive/9197bbf397d76059a76310523d45df10d2e4ca81.tar.gz";...