cluna

Crates.iocluna
lib.rscluna
version1.1.0
sourcesrc
created_at2023-07-10 17:24:42.602518
updated_at2023-07-10 17:24:42.602518
descriptionTool to convert Lua code into Clue code Made by MarkosTh09
homepage
repositoryhttps://github.com/ClueLang/cluna
max_upload_size
id913155
size93,485,631
(Markos-Th09)

documentation

README

Cluna

Cluna is a tool that converts Lua code into Clue code. If you want to read more about Clue visit the repo https://github.com/cluelang/clue

Usage

Use cluna --help for help on flags

Feature support

Supported versions:

  • Lua 5.1

  • Lua 5.2

  • Lua 5.3

  • Lua 5.4

Unsupported Lua features:

  • Goto and labels: Clue does not support goto statements and labels
  • Lua 5.4 language features
    • Clue has no equivelant of constant variables
    • To-be-closed variables will be compiled to manual __close metamethod calls, so this is only partially supported

Installation

Binaries can be downloaded from the releases

RPM and DEB packages are available.

Commit count: 103

cargo fmt