quote/unquote functions

This commit is contained in:
2020-04-30 18:54:28 +01:00
parent e9f1a1afcf
commit 32a369118c
2 changed files with 15 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ some more practical uses would be things like:
* implement Result return types on ::from functions so we can handle errors
* handle old out-of-bounds editor errors (extra image pixels, exits/endings with position -1,-0 etc.)
* it's ok if the output of these does not match the input as we're fixing it
* "unquote" function for dialogues, game title, anything else that supports """
* add Bitsy HD and Bitsy 7.0 test data
* fix variables/endings becoming "DLG DLG"?
* replace Image with Vec<u8> or something. seems like a pointless abstraction