huderlem / poryscript

High-level scripting language for gen 3 pokemon decompilation projects
https://www.huderlem.com/poryscript-playground/
MIT License
198 stars 22 forks source link

Consider automatically adding terminator to strings. #15

Closed huderlem closed 5 years ago

huderlem commented 5 years ago

99.999% of the time, you will want your script's text to have a terminator $. Requiring the user to manually insert the terminator is a bit cumbersome. If any text wants to omit the terminator, you can use raw as a workaround.

If the user does explicitly provide a terminator, poryscript could be smart and not add a redundant terminator.

huderlem commented 5 years ago

This is is master now. 319a51f052070ff607f1f38e0f34a99bb5b2c552