Skip to content

piet parsing issues #44

@Le4kno3

Description

@Le4kno3

Hi,

I have observed some parsing issues while loading solidity contracts. Below are the 3 things that are causing the issue.

  1. receive() {}
  2. abstract contract ...
  3. address.call{value: msg.value}()

The receive(){} function.
Any abstract contracts.
Any call to functions with passing custom values or gas.

After I removed all these lines, I was able to parse my contract .sol files in piet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions