Go to file
Kasey White 1ef116fcda fix: parse negative numbers and empty bytestrings 2022-06-10 17:23:36 -04:00
crates fix: parse negative numbers and empty bytestrings 2022-06-10 17:23:36 -04:00
.gitignore chore: slight clean up 2022-05-30 18:05:50 -04:00
Cargo.lock fix: moving to a parser that can handle left recursion 2022-06-10 01:55:28 -04:00
Cargo.toml chore: switch to a mono repo 2022-05-22 12:40:52 -04:00
README.md chore: small roadmap in readme 2022-05-01 22:43:53 -04:00

README.md

Neptune

Experiments with Plutus Core

Roadmap

These are generic milestones and the listed ordering is not necessariy the implementation order

  • compile plutus core into it's on chain encoding
  • reverse the on chain encoding into plutus core
  • create a higher level syntax with inspiration from
    • JS
    • ReasonML
    • Elm
    • Roc
    • Rust
  • Language Server
  • Plutus Core interpreter

Resources