Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.2 KB

File metadata and controls

42 lines (38 loc) · 1.2 KB

RSScript keyword classification

Source: rsscript-syntax::lexer::KEYWORDS.

Machine-readable lexical surface: grammar.json.

Word Classification Reserved
as modifier yes
async modifier yes
await control contextual
break control yes
class declaration yes
continue control yes
drop modifier yes
effects modifier yes
else control yes
features declaration yes
fn declaration yes
for control yes
fresh ownership yes
handle declaration yes
if control yes
in control yes
let declaration yes
local ownership yes
loop control yes
manage ownership yes
match control yes
mut ownership yes
native modifier contextual
pub modifier yes
read ownership yes
resource declaration yes
return control yes
struct declaration yes
take ownership yes
weak ownership yes
while control yes
with modifier yes