X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fbyte-arrays%2Fhex%2Fhex.factor;h=5c381b7db0a07253de2d4d5367d102d5fcfb945e;hp=f1b9a5230334de5c4bcf701327d13c68200842f6;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/basis/byte-arrays/hex/hex.factor b/basis/byte-arrays/hex/hex.factor index f1b9a52303..5c381b7db0 100644 --- a/basis/byte-arrays/hex/hex.factor +++ b/basis/byte-arrays/hex/hex.factor @@ -8,4 +8,3 @@ SYNTAX: HEX{ [ blank? not ] filter 2 group [ hex> ] B{ } map-as parsed ; -