Naming
Except for the rules mentioned on rust naming guides, there are some additional rules for Come.
Don't use undocumented abbreviations
We don't use abbreviations unless they are documented in the glossary.
Here is the glossary:
Abbreviation | Origin | In Module |
---|---|---|
ast | Abstract Syntax Tree | (All) |
asm | ASseMbly language | (All) |
ir | Intermediate Representation | (All) |
bb | Basic Block | come::ir |