Skip to content

Commit

Permalink
add back ga and re for gap and reach
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 29, 2023
1 parent 5351ecb commit 0477dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/primitive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ impl Primitive {
}
match name {
"id" => return Some(Primitive::Identity),
"ga" => return Some(Primitive::Gap),
"re" => return Some(Primitive::Reach),
"pi" => return Some(Primitive::Pi),
"ro" => return Some(Primitive::Rock),
"de" => return Some(Primitive::Deep),
Expand Down

0 comments on commit 0477dfb

Please sign in to comment.