TweeZcodeCompiler / twee_zcode_compiler

compiler project at FU Berlin
MIT License
3 stars 0 forks source link

Final Test Bugs: Startpassage in lower case #109

Closed xmxanuel closed 9 years ago

xmxanuel commented 9 years ago

if the start passage name is written in lowercase:

::start Hello World

the error message from the compiler could be improved.

instead of "no Start passage" maybe automatically lowercase all passage names before searching startpassage name

xmxanuel commented 9 years ago

issue was mentioned in Till feedback email as well

lhochstetter commented 9 years ago

The Start passage needs to be in the format of "Start" otherwise the twee compiler won't recognize it

xmxanuel commented 9 years ago

ah okay. then maybe a more specific error mesage. but anyway the priority of this bug is really low

lhochstetter commented 9 years ago

fixed in fixIssues108109