Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Apr 8, 2022
1 parent 3b5d443 commit e377f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In general, you can infer what a name refers to by its suffix. As with anything,
| suffix | example | category |
| :----- | :------ | :------- |
| `-ex` | `cortex`, `xyrex` | external extension |
| `-ix` | `datix`, `lattrix` | internal extension |
| `-ix` | `datix`, `lattrix` | internal extension [^ix] |
| `-yx` | `sensyx`, `geometryx` | subextension |
| `-ax`, `-inax` | `utinax`, `resinax` | syntax flavour |
| `-ux` | `influx`, `reflux` | error |
Expand All @@ -18,3 +18,4 @@ In general, you can infer what a name refers to by its suffix. As with anything,
| `-vile`, `-volt` | `deravile`, `runvolt` | interpreter |
| `-core` | `supcode`, `pycore` | module |

[^ix]: quite a few exceptions exist, such as `stadex` or `cloudex` - this is to avoid the '-dix' ending, which could result in... complications

0 comments on commit e377f7c

Please sign in to comment.