From 4022183e5495a98b8d6f7732949dfcb370402d38 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 1 Mar 2015 02:31:28 +0100 Subject: Nicer formatting --- doc/conventions.md | 64 +++++++++++++++++++++++++++--------------------------- 1 file 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 +* `~`: - -- cgit v1.2.3