Skip to content

Commit

Permalink
Merge pull request #118 from GreasySlug/feature-add-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba authored Sep 3, 2022
2 parents 92400b9 + 304b38a commit c7395ed
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 0 deletions.
Empty file added doc/EN/dev_guide/index.md
Empty file.
229 changes: 229 additions & 0 deletions doc/EN/dev_guide/terms.md
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 added doc/EN/dev_guide/unify_terms.md
Empty file.
1 change: 1 addition & 0 deletions doc/EN/syntax/quick_tour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Quick Tour

0 comments on commit c7395ed

Please sign in to comment.