Änderungen

Summary

  1. fixed #641: or operator now has higher precedence (commit: 679896d) (details)
Commit 679896d090b28b6cce14843e9f002657ad1ef224 by peter.peq
fixed #641: or operator now has higher precedence

'or' operator now has higher precedence than 'and' for Jass and Jurst code

Wurst code is not affected by this change and keeps the standard
precedence
(commit: 679896d)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/JurstTests.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/jurst/antlr/Jurst.g4 (diff)