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

ASCII syntax for phi expressions #3661

Open
yegor256 opened this issue Dec 13, 2024 · 2 comments
Open

ASCII syntax for phi expressions #3661

yegor256 opened this issue Dec 13, 2024 · 2 comments

Comments

@yegor256
Copy link
Member

yegor256 commented Dec 13, 2024

Let's allow ASCII in phi expressions, on top of UTF:

⟦    = [[
⟧    = ]]
Δ⤍   = D>
λ⤍   = L>
↦    = ->
∅    = ?
φ    = @
ξ    = $
⊥    = T
Φ    = Q
Φ̇    = QQ
ρ    = ^

Let's add all of them to all-the-basics.phi.

@maxonfjvipon
Copy link
Member

@yegor256 what about α?

@yegor256
Copy link
Member Author

yegor256 commented Dec 13, 2024

@maxonfjvipon maybe this way:

α0 ↦ e     = 0> e
α1 ↦ e     = 1> e
α2 ↦ e     = 2> e
etc.

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

No branches or pull requests

2 participants