diff options
| -rw-r--r-- | doc/conventions.md | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/conventions.md b/doc/conventions.md index 1cb1425..1acba96 100644 --- a/doc/conventions.md +++ b/doc/conventions.md @@ -4,35 +4,35 @@ Conventions Global function names try to follow a certain schema. The initial character (and sometimes later ones as well) roughly connect to various topics as follows: -`!`: Co-routines -`"`: Strings -`#`: Scope based complex data types; comments -`$`: - -`%`: - -`&`: - -`'`: Types -`(`: - -`)`: - -`*`: Function execution -`+`: - -`,`: - -`-`: Stack manipulation -`.`: Field dereference -`/`: Keyword-like strings -`:`: - -`;`: Function composition -`<`: Scope start -`=`: Assignment -`>`: Scope end -`?`: Ternary operator; error handling -`@`: - -`[`: Array begin -`\`: Executing dereference -`]`: Array end -`^`: - -`_`: Stack manipulation -`` ` ``: - -`{`: Code begin -`|`: Nonexecuting dereference -`}`: Code end -`~`: - +* `!`: Co-routines +* `"`: Strings +* `#`: Scope based complex data types; comments +* `$`: - +* `%`: - +* `&`: - +* `'`: Types +* `(`: - +* `)`: - +* `*`: Function execution +* `+`: - +* `,`: - +* `-`: Stack manipulation +* `.`: Field dereference +* `/`: Keyword-like strings +* `:`: - +* `;`: Function composition +* `<`: Scope start +* `=`: Assignment +* `>`: Scope end +* `?`: Ternary operator; error handling +* `@`: - +* `[`: Array begin +* `\`: Executing dereference +* `]`: Array end +* `^`: - +* `_`: Stack manipulation +* `` ` ``: - +* `{`: Code begin +* `|`: Nonexecuting dereference +* `}`: Code end +* `~`: - |
