Closed trikko closed 8 years ago
That's weird - it's something to do with the word "safe"!
@safe
is built in to the language, safe
is a normal identifier.
Here's your problem: https://github.com/kingsleyh/DLanguage/blob/master/src/net/masterthought/dlanguage/grammar/DLanguage.bnf#L91
Several of those should not be keywords.
ah good spot ! thanks !!!
Hackerpilot: Be sure that you also remove "trusted", "system", and "disable"
fixed and will be in next release
"declaration or storage class expected, got safe"