-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template overload for .調整
#35
base: dev-0.14
Are you sure you want to change the base?
The head ref may contain hidden characters: "\u8ABF\u6574-template"
Conversation
Badly written 😕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Three things left and we will be ready to merge this :D
-
Setting
重紐
in an expression does not work currently. (I've added a new test case for it) -
Variable naming:
tokens
should be屬性s
(because it's grouped by 屬性)屬性
should befragment
fragments
fragment
should both betokens
-
.調整
allows the value part of a predicate to be a template argument (like.調整`${'見'}母`
), while.屬於
only accepts template arguments as whole predicates (.屬於`$'見母'}`
but not.屬於`${'見'}母`
).Shall we solve (or just doc about) this subtle (i.e. easy to overlook) difference between
.調整
and.屬於
?
@syimyuzya (Well, first of all, do you think we ever need this? I guess you and Ayaka may find this feature redundant?) |
More on the expression syntax for When I rewrote
😂😂 |
I think it's not redundant at least (except for the template part, maybe that's overkill 🙈). Not sure how much it's need either, though.
|
The expression syntax for |
Fix unrecognized `重紐A類`
27ee999
to
bb56af9
Compare
IMO:
Accept
I would probably only accept
Yes for me. At least, the current implementation of
Should be OK to keep it valid.
I am neutral to |
And please complete the documentation for me, I am too lazy, please forgive me, @syimyuzya |
Note the syntactic ambiguity here: How should we then handle Be aware that:
|
主開發分支的 92ab876 已經加入了支援普通字串的 不過這個 PR 可以保持 open,用來繼續討論 tagged literal 版本的設計細節w |
No description provided.