OpShin / uplc

Python implementation of untyped plutus language core
MIT License
6 stars 2 forks source link

No parser for parsing UPLC #2

Closed nielstron closed 1 year ago

nielstron commented 1 year ago

Check out the uplc parse by @aiken-lang for reference: https://github.com/aiken-lang/aiken/blob/main/crates/uplc/src/parser/interner.rs

nielstron commented 1 year ago

A parser was added via feat/parser