diff --git a/content/language-features/_index.md b/content/language-features/_index.md index 2d0c44c..94c4a89 100644 --- a/content/language-features/_index.md +++ b/content/language-features/_index.md @@ -4,4 +4,8 @@ type = "chapter" weight = 2 +++ -- [The basics](basics.md) \ No newline at end of file +- [The basics](basics.md) +- [Creating a project](creating-a-project.md) +- [Working with files](working-with-files.md) + +- [Reference](https://cpkg.tesseslanguage.com/package_docs?name=Tesses.CrossLang.Reference&version=1.0.0.0-dev) \ No newline at end of file diff --git a/content/language-features/basics.md b/content/language-features/basics.md index ebdd7c7..f6cbc63 100644 --- a/content/language-features/basics.md +++ b/content/language-features/basics.md @@ -1,6 +1,7 @@ +++ title = 'The basics' date = 2025-05-08T22:23:44-05:00 +weight = 1 +++ This is a book for my language found [here](https://crosslang.tesseslanguage.com/) diff --git a/content/language-features/creating-a-project.md b/content/language-features/creating-a-project.md index c32ebbe..dc18dfe 100644 --- a/content/language-features/creating-a-project.md +++ b/content/language-features/creating-a-project.md @@ -1,6 +1,7 @@ +++ title = 'Creating a project' date = 2025-05-08T22:23:44-05:00 +weight = 2 +++ ### Console application diff --git a/content/language-features/working-with-files.md b/content/language-features/working-with-files.md index a1b595e..b331a9e 100644 --- a/content/language-features/working-with-files.md +++ b/content/language-features/working-with-files.md @@ -1,6 +1,7 @@ +++ title = 'Working with files' date = 2025-05-08T22:23:44-05:00 +weight = 3 +++ ## Write text to file