Giftpflanze
Giftpflanze
`repeat` should probably be kept and renamed to e.g. `repeat-elements` like in the second commit.
How about modelling it after string literal syntax? `'a'`, `' '`, `'\u{snowman}'`, `'☃'`
Couldn't that easily be remedied by checking if there are 2 or more codepoints between the quotes and not parsing if there are?
If we do this as well, this should be solved for Code Golf: ```diff diff --git a/basis/bootstrap/finish-bootstrap.factor b/basis/bootstrap/finish-bootstrap.factor index 10e98ce379..4594f56b1f 100644 --- a/basis/bootstrap/finish-bootstrap.factor +++ b/basis/bootstrap/finish-bootstrap.factor @@ -7,6 +7,6 @@ continuations...
@Capital-EX
Did you forget to add `Xcode/factorOSX/factor.entitlements` in 0606a0c?