Open ChristianoBraga opened 2 years ago
To make development easier, I here's a list of items that need to be accomplished:
Parsing small version numbers
Parsing variable length data
Parsing error
(program 1.0.0 (error))
Parsing constants
Parsing delay and force
Parsing application
Parsing builtins
Parsing variables
Parsing lambda abstractions
At the time of writing, all that remains is to implement support for pairs and lists that are encoded in the flat format. Here are the remaining tasks.
A K function that receives a string representing an Untyped Plutus Core (UPLC) program and produces an UPLC program.