You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if statements (including = the result of an if/switch statement)
switch statements
defer statement (including defer blocks)
lambda functions ((...) => { ... }
macros (I'm not fully sure what the final syntax is looking like, and I don't really care too much as long as it isn't overly complex. I'll let you deal with it)
enum/struct implementations (struct A impl (B, C, D))
decorators (@enter, @encode("JSON"))
default struct / function argument values
generics
manual lifetimes (?)
let exprs (variable bindings)
struct instantiation syntax
value piping
(for the future analyzer LSP) triple comments (///) for docstrings
while/for
The text was updated successfully, but these errors were encountered:
if statements (including=
the result of an if/switch statement)defer statement (including defer blocks)(...) => { ... }
struct A impl (B, C, D)
)decorators (@enter
,@encode("JSON")
)default struct / function argument valuesgenericslet
exprs (variable bindings)struct instantiation syntaxvalue piping(for the future analyzer LSP) triple comments (///
) for docstringsThe text was updated successfully, but these errors were encountered: