Skip to content

Upgrade upgraded parser #2

@wires

Description

@wires

Following up from issue #1, instead of s-expressions, we might want to work with something more haskell like; but this needs to be worked out

bit : type
bit = 1 + 1

maybe : type -> type
maybe a = 1 + a

list : type -> type
list a = 1 + (a * list a)

you want to build more complicated records and then have to name the fields

transaction : type
transaction
   = hash : Hash
   * height : VarInt
   * transition : VarInt
   * ... 

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