rhaiscript / lsp

Language server for Rhai.
Apache License 2.0
43 stars 4 forks source link

Add ?., ?[ and ?? tokens #54

Closed schungx closed 2 years ago

schungx commented 2 years ago

?. augments . (property access)

?[ augments [...] (index access)

?? is a new binary operator similar to && and ||