File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ date = 2024-10-20T15:12:37+02:00
7
7
8
8
Welcome to the Lento Programming Language documentation!
9
9
Here you will find everything you need to know about Lento, from the basics to the advanced features.
10
-
11
- ## Formal Specification
12
-
13
- Read the [ formal language specification] ( specification ) for a detailed description of Lento.
10
+ Begin with [ installing Lento] ( /install ) and then move on to the [ Getting Started] ( #getting-started ) section.
14
11
15
12
<br /><br />
16
13
@@ -19,8 +16,7 @@ Read the [formal language specification](specification) for a detailed descripti
19
16
20
17
## Getting Started
21
18
22
- - [ Installation] ( /install )
23
- - [ Hello, World!] ( /hello-world )
19
+ - [ Hello, World!] ( hello-world )
24
20
- [ Syntax] ( syntax )
25
21
- [ Types] ( types )
26
22
- [ Variables] ( variables )
@@ -95,3 +91,8 @@ Additional resources for learning more about Lento and its ecosystem external to
95
91
96
92
</div >
97
93
</div >
94
+
95
+ ## Formal Specification
96
+
97
+ Read the [ formal language specification] ( specification ) for a detailed description of Lento syntax and semantics.
98
+ This document is intended for language implementors and those interested in the formal grammar of the language.
You can’t perform that action at this time.
0 commit comments