-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from GreasySlug/feature-add-files
- Loading branch information
Showing
5 changed files
with
230 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
# Dictionary of Terminology | ||
|
||
## symbol | ||
|
||
### ! | ||
|
||
### [#](../syntax/00_basic.md/#comments) | ||
|
||
### $ | ||
|
||
### % | ||
|
||
### & | ||
|
||
### ′ (single quote) | ||
|
||
### () | ||
|
||
### * | ||
|
||
### + | ||
|
||
### , | ||
|
||
### − | ||
|
||
### -> | ||
|
||
### . | ||
|
||
### / | ||
|
||
### : | ||
|
||
### :: | ||
|
||
### ; | ||
|
||
### < | ||
|
||
### <: | ||
|
||
### << | ||
|
||
### <= | ||
|
||
### = | ||
|
||
### == | ||
|
||
### => | ||
|
||
### > | ||
|
||
### >> | ||
|
||
### >= | ||
|
||
### ? | ||
|
||
### @ | ||
|
||
### [] | ||
|
||
### \ | ||
|
||
### ^ | ||
|
||
### ^^ | ||
|
||
### _ | ||
|
||
### `` | ||
|
||
### {} | ||
|
||
### {:} | ||
|
||
### {=} | ||
|
||
### | | ||
|
||
### || | ||
|
||
### ~ | ||
|
||
## A | ||
|
||
### [algebraic type] | ||
|
||
### [And] | ||
|
||
### [and] | ||
|
||
### [assert] | ||
|
||
### [attribute] | ||
|
||
## B | ||
|
||
### [Base] | ||
|
||
### [Bool] | ||
|
||
## C | ||
|
||
### [Class] | ||
|
||
## D | ||
|
||
### Deprecated | ||
|
||
### [distinct] | ||
|
||
## E | ||
|
||
### [enum type] | ||
|
||
### [Eq] | ||
|
||
### [Erg] | ||
|
||
## F | ||
|
||
### [for] | ||
|
||
## G | ||
|
||
## H | ||
|
||
## I | ||
|
||
### [if] | ||
|
||
### [import] | ||
|
||
### [in] | ||
|
||
### [Int] | ||
|
||
## J | ||
|
||
## K | ||
|
||
## L | ||
|
||
### let-polymorphism -> [rank1 polymorphism] | ||
|
||
### [log] | ||
|
||
## M | ||
|
||
### [match] | ||
|
||
## N | ||
|
||
### [Nat] | ||
|
||
### Never | ||
|
||
### None | ||
|
||
### [Not] | ||
|
||
### [not] | ||
|
||
## O | ||
|
||
### [Option] | ||
|
||
### [Or] | ||
|
||
### [or] | ||
|
||
### [Ord] | ||
|
||
## P | ||
|
||
### panic | ||
|
||
### [print!](../syntax/../API/procs.md#print) | ||
|
||
### [Python] | ||
|
||
## Q | ||
|
||
## R | ||
|
||
### ref | ||
|
||
### ref! | ||
|
||
### [Result] | ||
|
||
### [rootobj] | ||
|
||
## S | ||
|
||
### self | ||
|
||
### [Self](../syntax/type/special.md) | ||
|
||
### [side-effect](../syntax/07_side_effect.md) | ||
|
||
### [Str] | ||
|
||
## T | ||
|
||
### Trait | ||
|
||
### [True] | ||
|
||
### [Type] | ||
|
||
### [type] | ||
|
||
## U | ||
|
||
## V | ||
|
||
## W | ||
|
||
### [while!] | ||
|
||
## X | ||
|
||
## Y | ||
|
||
## Z |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Quick Tour |
File renamed without changes.