thulium
6
Right. This seems to be a case of missing token handling in llex.c (txtToken), where TK_HASH (nor the former TK_PATH or whatever it was) is not part of the logic to handle syntax errors, leading to a weirdly invalid pointer being referenced.
Fixed as of