-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add index files for all subdirectories
- Loading branch information
1 parent
9b62ada
commit af93081
Showing
4 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
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
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,4 @@ | ||
# The *juice* Programming Language Compiler Documentation | ||
|
||
The compiler documentation will eventually contain some information about the inner workings of the *juice* compiler. For example, you'll find an overview over the compiler pipeline and some more specific documents like a short description of how the type-checker works. | ||
However, since there is still a lot of progress to be made before the compiler will be anywhere near production ready, this section of the documentation will remain empty for now. |
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,4 @@ | ||
# The *juice* Programming Language Guide | ||
|
||
In the future, the language guide will provide a simple and easy to follow intro for people new to the *juice* programming language. It will give a quick overview over most important programming concepts and how they are handled in *juice*. | ||
For now, this part of the documentation remains empty, but it will become a high priority as soon as the language reaches a somewhat usable state. |
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,3 @@ | ||
# The *juice* Standard Library Reference | ||
|
||
The complete API reference and documentation of the *juice* standard library will have its place here, as soon as it gets into the focus of the development. There isn't even any standard library available yet, so this part of the documentation stays empty for now. |