The package currently has XX AST rewriting rules. Here are a list of the basic ones.
| Description | Rockstar | R |
|---|---|---|
| Comment | (Rad comment) | # Rad comment |
| Not assigned | mysterious | ? |
| Null | nothing, nowhere, nobody, empty, gone | NULL |
| True | right, yes, ok | TRUE |
| False | wrong, no, lies | FALSE |
| Assignment |
Put 3 into x Let 3 be x |
x <- 3 |