-
Here is a build with associated seed for the test suite: https://hydra.iohk.io/build/613408/nixlog/1
-
it seems the plutus-core is more lisp-style, so is it the AST syntax tree of haskell-styled plutus?
so how the plutus will turn into plutus-core?
it seems exist too much compile step for running on…
-
[The docs](https://hackage.haskell.org/package/bytestring-0.10.8.2/docs/Data-ByteString-Lazy.html) state:
> A key feature of lazy ByteStrings is the means to manipulate large or unbounded streams o…
-
Can someone look into this for me;
from my workstation;
D:\downloads>ping bitaps.com
Pinging bitaps.com [188.226.138.244] with 32 bytes of data:
Reply from 188.226.138.244: bytes=32 time=122ms…
-
When attempting to build the Plutus core on NixOS 18.09, I've experienced this error.
Is plutus ready for building at this time?
## Error
```
$ nix build -f default.nix localPackages.langua…
-
Are syntax identifiers like `lam`, `error` etc. keywords?
- The spec says no: there is nothing in the grammar that says they're invalid identifiers.
- The parser says yes: you'll get an unexpected…
-
In the [lexical grammar specification of Plutus Core](https://github.com/kframework/plutus-core-semantics/blob/master/docs/Plutus%20Core%20Lexical%20Grammar.pdf), the following regex is given for floa…
-
when i run the following code, it report ocaml error,
where i can find the log? what's the right way to run it?
```shell
./build kplc run execution test/case-simple.plc
make: Nothing to be done f…
-
The two sample programs in `test`, `int-addition.plcore` and `float-addition.plcore` fail to kast. The issue seems to be that the list delimiter is a single space as defined in
```
syntax TmList …
-
The spec allows integers with size 1 as large as 127, but the reference implementation overflows at just 4.
```
$ cat overflow.plc
(program 0.1.0 (con 1 ! 4))
$ cat overflow.plc | language-plutu…