Skip to content
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

Add spaces to color parsing #135

Open
cwervo opened this issue May 7, 2024 · 1 comment
Open

Add spaces to color parsing #135

cwervo opened this issue May 7, 2024 · 1 comment
Assignees

Comments

@cwervo
Copy link
Collaborator

cwervo commented May 7, 2024

Yeah, I guess other alternatives to Wish this is outlined rgb([* $i 10],0,0) are:

  • support spaces & tell people to use quotation marks if using them (or braces if not interpolating)Wish this is outlined > "rgb([* $i 10], 0, 0)"
  • move away from css syntax and use tcl Wish this is outlined [rgb [* $i 10] 0 0]

Neither seems like an unqualified win to me :-/

Originally posted by @osnr in #134 (comment)

@cwervo cwervo self-assigned this May 7, 2024
@osnr
Copy link
Collaborator

osnr commented Jun 10, 2024

Random idea: we could add support for 'custom readers' that When and Claim and Wish invoke that can consume multi-term expressions like rgb(1, 2, 3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants