We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b61dbf commit 8586f40Copy full SHA for 8586f40
1 file changed
src/main/scala/module/NwmRuleGenerator.scala
@@ -13,6 +13,9 @@ class NwmRuleGenerator(var context: RuleTransducer.Context) extends RuleGenerato
13
withSharedDiagonals {
14
Rules += main~SE~ES | (base ~> main)~WN~NW // diagonal
15
}
16
+ if (main != Owr4 && main != Owr4m && main != Rd4) {
17
+ Rules += main~SE~ES | (base ~> main)~CNW~WNC // diagonal stub
18
+ }
19
// curves
20
createCurve45Rules(main)
21
createCurve90Rules(main)
@@ -23,7 +26,6 @@ class NwmRuleGenerator(var context: RuleTransducer.Context) extends RuleGenerato
23
26
24
27
25
28
-
29
30
31
// Compile individually with `sbt "runMain com.sc4nam.module.CompileNwmCode"`.
0 commit comments