An open API service indexing awesome lists of open source software.

https://github.com/lus-lang/lus

A small, fast, and reliable programming language that is sovereign.
https://github.com/lus-lang/lus

language lua lua-script lua-scripting lus programming-language

Last synced: 7 days ago
JSON representation

A small, fast, and reliable programming language that is sovereign.

Awesome Lists containing this project

README

          





# [Lus](https://lus.dev)

Lus is a small, productive programming language. It should be able to be picked up easily by programmers and put to good use right away.

[Instructions for compiling and using Lus can be found here.](https://lus.dev/manual/compiling/)

## Project tree

This is a monorepository containing the following projects:

- [**`/lus`**](https://github.com/lus-lang/lus/tree/main/lus): Source code for the language runtime
- [**`/lus-site`**](https://github.com/lus-lang/lus/tree/main/lus-site): Source code for lus.dev
- [**`/lus-tests`**](https://github.com/lus-lang/lus/tree/main/lus-tests): Tests for integrity
- [**`/lus-textmate`**](https://github.com/lus-lang/lus/tree/main/lus-textmate): TextMate grammar
- [**`/lus-examples`**](https://github.com/lus-lang/lus/tree/main/lus-examples): Examples of Lus syntax
- [**`/lus-language`**](https://github.com/lus-lang/lus/tree/main/lus-language): Language server for Lus
- [**`/lus-vscode`**](https://github.com/lus-lang/lus/tree/main/lus-vscode): VSCode extension for Lus
- [**`/lus-spec`**](https://github.com/lus-lang/lus/tree/main/lus-spec): Lus language specification
- [**`/lus-install`**](https://github.com/lus-lang/lus/tree/main/lus-install): Install scripts for Lus

## License

These works are licensed under the 0-clause BSD license. They may be used for any purpose, including commercial purposes, at no cost. [For more details, consult the license here.](/LICENSE.md)

Dependency licenses can be found in [`/licenses`](/licenses).