-
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
[Feature] Implement high-level typeof
operator
#663
Closed
7 tasks done
Comments
lorenzholzbauer
added
feature
New feature or enhancement
question
Further information is requested
labels
Jul 16, 2024
lorenzholzbauer
changed the title
[Feature] HIgh Level Typeof Operator
[Feature] High Level Typeof Operator
Jul 16, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 17, 2024
Luna-Klatzer
changed the title
[Feature] High Level Typeof Operator
[Feature] High Level Jul 18, 2024
typeof
operator
Luna-Klatzer
changed the title
[Feature] High Level
[Feature] Implement high-level Jul 18, 2024
typeof
operatortypeof
operator
lorenzholzbauer
added a commit
that referenced
this issue
Jul 22, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 23, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 23, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 23, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 24, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 26, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 26, 2024
…matic TypeScript type inference
lorenzholzbauer
added a commit
that referenced
this issue
Jul 26, 2024
… implementation of runtime `typeof` function
8 tasks
lorenzholzbauer
added a commit
that referenced
this issue
Jul 29, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 23, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 23, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 24, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 24, 2024
8 tasks
Implemented by #688 |
github-project-automation
bot
moved this from Todo
to Done
in Kipper Language Development
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing proposal for this?
This feature does not exist in the latest version
Proposal
Add a
typeof
operator that returns the runtime object instead of a string like in JS.For example:
Exact behaviour / changes you want
typeof
operator which is a built-in keyword that is separate from any references and such.typeof
.typeof
implementing the functionality for typeof.The text was updated successfully, but these errors were encountered: