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

Todos #3

Open
pannous opened this issue Nov 16, 2021 · 1 comment
Open

Todos #3

pannous opened this issue Nov 16, 2021 · 1 comment

Comments

@pannous
Copy link
Owner

pannous commented Nov 16, 2021

random todos

The middle dot · (\cdotp U+00b7) and the Greek interpunct · (U+0387) are now treated as equivalent to the dot operator ⋅ (\cdot U+22c5) (#25157).

@pannous
Copy link
Owner Author

pannous commented Nov 16, 2021

function, caller and arguments meta information accessible on demand

fun (a): 
  print arguments#1
  print function.name
  print caller
  print function.code

fun a:x+2  // =>
a:x+2 
"fun"
root context

accessible at compile time

Like creating implicit CallerArgumentExpression
https://weblogs.asp.net/dixin/csharp-10-new-feature-callerargumentexpression-argument-check-and-more

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

1 participant