Skip to content

v0.0.1

Pre-release
Pre-release

Choose a tag to compare

@weaversam8 weaversam8 released this 03 Dec 15:03
· 57 commits to main since this release

The first version of this library. Very basic features for story navigation.

Current implemented opcodes:

OpCode Status
JUMP_TO 🚫  Not Implemented
JUMP 🚫  Not Implemented
RUN_LINE ✅  Implemented in runner.__run_line
RUN_COMMAND ✅  Implemented in runner.__run_command
ADD_OPTION ✅  Implemented in runner.__add_option
SHOW_OPTIONS ✅  Implemented in runner.__show_options
PUSH_STRING 🚫  Not Implemented
PUSH_FLOAT 🚫  Not Implemented
PUSH_BOOL 🚫  Not Implemented
PUSH_NULL 🚫  Not Implemented
JUMP_IF_FALSE 🚫  Not Implemented
POP 🚫  Not Implemented
CALL_FUNC 🚫  Not Implemented
PUSH_VARIABLE 🚫  Not Implemented
STORE_VARIABLE 🚫  Not Implemented
STOP ✅  Implemented in runner.stop
RUN_NODE ✅  Implemented in runner.__run_node

Full Changelog: https://github.com/relaypro-open/YarnRunner-Python/commits/v0.0.1