Skip to content

Commit

Permalink
Add "passhthrough" versions of hybrid rules (using ":")
Browse files Browse the repository at this point in the history
  • Loading branch information
roycewilliams committed Sep 2, 2018
1 parent 6e1aec0 commit aa74f5d
Show file tree
Hide file tree
Showing 34 changed files with 1,618 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rules/hybrid/append_d_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
44 changes: 44 additions & 0 deletions rules/hybrid/append_ds_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$
$!
$"
$#
$$
$%
$&
$'
$(
$)
$*
$+
$,
$-
$.
$/
$:
$;
$<
$=
$>
$?
$@
$[
$\
$]
$^
$_
$`
${
$|
$}
$~
37 changes: 37 additions & 0 deletions rules/hybrid/append_du_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$A
$B
$C
$D
$E
$F
$G
$H
$I
$J
$K
$L
$M
$N
$O
$P
$Q
$R
$S
$T
$U
$V
$W
$X
$Y
$Z
70 changes: 70 additions & 0 deletions rules/hybrid/append_dus_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$A
$B
$C
$D
$E
$F
$G
$H
$I
$J
$K
$L
$M
$N
$O
$P
$Q
$R
$S
$T
$U
$V
$W
$X
$Y
$Z
$
$!
$"
$#
$$
$%
$&
$'
$(
$)
$*
$+
$,
$-
$.
$/
$:
$;
$<
$=
$>
$?
$@
$[
$\
$]
$^
$_
$`
${
$|
$}
$~
17 changes: 17 additions & 0 deletions rules/hybrid/append_hl_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$a
$b
$c
$d
$e
$f
17 changes: 17 additions & 0 deletions rules/hybrid/append_hu_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$A
$B
$C
$D
$E
$F
27 changes: 27 additions & 0 deletions rules/hybrid/append_l_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
:
$a
$b
$c
$d
$e
$f
$g
$h
$i
$j
$k
$l
$m
$n
$o
$p
$q
$r
$s
$t
$u
$v
$w
$x
$y
$z
37 changes: 37 additions & 0 deletions rules/hybrid/append_ld_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
:
$a
$b
$c
$d
$e
$f
$g
$h
$i
$j
$k
$l
$m
$n
$o
$p
$q
$r
$s
$t
$u
$v
$w
$x
$y
$z
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
70 changes: 70 additions & 0 deletions rules/hybrid/append_lds_passthrough.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
:
$a
$b
$c
$d
$e
$f
$g
$h
$i
$j
$k
$l
$m
$n
$o
$p
$q
$r
$s
$t
$u
$v
$w
$x
$y
$z
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
$
$!
$"
$#
$$
$%
$&
$'
$(
$)
$*
$+
$,
$-
$.
$/
$:
$;
$<
$=
$>
$?
$@
$[
$\
$]
$^
$_
$`
${
$|
$}
$~
Loading

0 comments on commit aa74f5d

Please sign in to comment.