DMS/README.md
2021-05-06 14:33:57 -04:00

513 B

DMS

The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform logic in.

Todo

  • Implement bytecode for if/else if/else statements
  • Implement bytecode for for/while loops
  • Implement bytecode for concatenation
  • Interpert all the bytecode
  • Finish implementing custom datatype
  • Speed up interperter
  • Finish C API for code
  • Extend beginning features