# Gentee

## Gentee

- [Скриптовый язык программирования Gentee](https://ru.gentee.org/readme.md): Документация по языку программирования Gentee.
- [Синтаксис языка](https://ru.gentee.org/syntax.md): Описание синтаксиса и конструкций скриптового языка программирования Gentee.
- [Лексические элементы](https://ru.gentee.org/syntax/lexical-elements.md)
- [Типы](https://ru.gentee.org/syntax/types.md)
- [Описания](https://ru.gentee.org/syntax/declarations.md)
- [Конструкции языка](https://ru.gentee.org/syntax/statements.md)
- [Обработка ошибок](https://ru.gentee.org/syntax/error-handling.md)
- [Выражения](https://ru.gentee.org/syntax/expressions.md)
- [Запуск программ](https://ru.gentee.org/syntax/running-programs.md)
- [Многопоточность](https://ru.gentee.org/syntax/multithreading.md)
- [Включение и импорт файлов](https://ru.gentee.org/syntax/include-and-import.md)
- [Стандартная библиотека](https://ru.gentee.org/stdlib.md)
- [Архивация](https://ru.gentee.org/stdlib/archive.md)
- [Ассоциативные массивы](https://ru.gentee.org/stdlib/map.md)
- [Буфер](https://ru.gentee.org/stdlib/buffer.md)
- [Время](https://ru.gentee.org/stdlib/time.md)
- [Конвертация](https://ru.gentee.org/stdlib/encoding.md)
- [Консоль](https://ru.gentee.org/stdlib/console.md)
- [Константы](https://ru.gentee.org/stdlib/constants.md)
- [Контекст](https://ru.gentee.org/stdlib/context.md)
- [Криптография](https://ru.gentee.org/stdlib/crypto.md)
- [Логический тип](https://ru.gentee.org/stdlib/bool.md)
- [Массивы](https://ru.gentee.org/stdlib/array.md)
- [Многопоточность](https://ru.gentee.org/stdlib/threads.md)
- [Множества](https://ru.gentee.org/stdlib/sets.md)
- [Объекты](https://ru.gentee.org/stdlib/obj.md)
- [Процесс](https://ru.gentee.org/stdlib/process.md)
- [Путь](https://ru.gentee.org/stdlib/path.md)
- [Рантайм](https://ru.gentee.org/stdlib/runtime.md)
- [Регулярные выражения](https://ru.gentee.org/stdlib/regexp.md)
- [Сеть](https://ru.gentee.org/stdlib/network.md)
- [Символьный тип](https://ru.gentee.org/stdlib/char.md)
- [Система](https://ru.gentee.org/stdlib/system.md)
- [Строки](https://ru.gentee.org/stdlib/string.md)
- [Файлы](https://ru.gentee.org/stdlib/file.md)
- [Целые числа](https://ru.gentee.org/stdlib/integer.md)
- [Числа с плавающей точкой](https://ru.gentee.org/stdlib/float.md)
- [Интеграция с Go](https://ru.gentee.org/golang.md): Документация по использованию языка программирования Gentee в проектах на Go.
- [Документация](https://ru.gentee.org/golang/reference.md)
- [Компиляция и выполнение](https://ru.gentee.org/golang/howtouse.md)
- [Дополнительные возможности](https://ru.gentee.org/golang/customize.md)
- [Песочница](https://ru.gentee.org/golang/playground.md)
