Skip to content

Commit

Permalink
Isotope => Antiform name change
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Jan 15, 2024
1 parent 7fbdc83 commit 05019f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eparse.reb
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,16 @@ eparse-debug-hook: func [
]
else [
let synthesized: first unquasi result'
let is-isotope
let is-antiform
if quasi? synthesized [
is-isotope: true
is-antiform: true
synthesized: unquasi synthesized
] else [
is-isotope: false
is-antiform: false
synthesized: unquote synthesized
]
pd-stack-push/class f [
"=>" (mold synthesized) if is-isotope ["; isotope"]
"=>" (mold synthesized) if is-antiform ["; anti"]
] "match-succeeded"

ed-select 0 ((index of unmeta second unquasi result') - 1)
Expand Down
2 changes: 1 addition & 1 deletion watchlist/main.reb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ update-watches: function [] [
">attached<"
]
bad-word? ^ get/any w [
spaced [mold ^ get/any w space space "; isotope"]
spaced [mold ^ get/any w space space "; anti"]
]
null? get w ["\null\"]

Expand Down

0 comments on commit 05019f5

Please sign in to comment.