From 7d43acdf0e2b71528b038b9a8e70be6c93831f96 Mon Sep 17 00:00:00 2001 From: GreasySlug <9619abgoni@gmail.com> Date: Fri, 2 Sep 2022 23:36:01 +0900 Subject: [PATCH 1/2] Add files not in EN docs --- doc/EN/dev_guide/index.md | 0 doc/EN/dev_guide/terms.md | 229 ++++++++++++++++++++++++++++++++ doc/EN/dev_guide/unify_terms.md | 0 doc/EN/syntax/quick_tour.md | 1 + 4 files changed, 230 insertions(+) create mode 100644 doc/EN/dev_guide/index.md create mode 100644 doc/EN/dev_guide/terms.md create mode 100644 doc/EN/dev_guide/unify_terms.md create mode 100644 doc/EN/syntax/quick_tour.md diff --git a/doc/EN/dev_guide/index.md b/doc/EN/dev_guide/index.md new file mode 100644 index 000000000..e69de29bb diff --git a/doc/EN/dev_guide/terms.md b/doc/EN/dev_guide/terms.md new file mode 100644 index 000000000..cd74c39fd --- /dev/null +++ b/doc/EN/dev_guide/terms.md @@ -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 diff --git a/doc/EN/dev_guide/unify_terms.md b/doc/EN/dev_guide/unify_terms.md new file mode 100644 index 000000000..e69de29bb diff --git a/doc/EN/syntax/quick_tour.md b/doc/EN/syntax/quick_tour.md new file mode 100644 index 000000000..12ecd7197 --- /dev/null +++ b/doc/EN/syntax/quick_tour.md @@ -0,0 +1 @@ +# Quick Tour From 304b38acf89d6212d2a2745813dd1841a177c66b Mon Sep 17 00:00:00 2001 From: GreasySlug <9619abgoni@gmail.com> Date: Fri, 2 Sep 2022 23:36:25 +0900 Subject: [PATCH 2/2] FIxed typo of file name --- .../{quiantified_dependent.md => quantified_dependent.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/EN/syntax/type/advanced/{quiantified_dependent.md => quantified_dependent.md} (100%) diff --git a/doc/EN/syntax/type/advanced/quiantified_dependent.md b/doc/EN/syntax/type/advanced/quantified_dependent.md similarity index 100% rename from doc/EN/syntax/type/advanced/quiantified_dependent.md rename to doc/EN/syntax/type/advanced/quantified_dependent.md