rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
151 stars 47 forks source link

Type keyword that returns BrighterScript object type #7

Open georgejecook opened 5 years ago

georgejecook commented 5 years ago

would be great to have a type keyword that could return the brightscript or brighterscript type of an object. So if it's a brighterscript class, you'll get className, if it's a node/primitive, you'll get the default type

TwitchBronBron commented 3 years ago

I think this will be very easy to implement once we have added reflection (#124)