juniperparsnips / rink-runtime

Rust implementation of inkle's open source scripting language runtime engine.
MIT License
1 stars 2 forks source link

Basic runtime satisfying integration test #17

Closed IFcoltransG closed 1 year ago

IFcoltransG commented 1 year ago

(Dependent on #16 first.) This PR implements a simple Story struct that can execute commands sequentially in containers. The structure of Story and its methods will definitely need to be changed later on, but it works for now until we have an idea of what the best structure is. Should hopefully pass all tests.

IFcoltransG commented 1 year ago

I'm going to add a nested container test to this.