cluna 1.1.0

Tool to convert Lua code into Clue code Made by MarkosTh09
Documentation
  • Coverage
  • 0%
    0 out of 151 items documented0 out of 15 items with examples
  • Size
  • Source code size: 93.48 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ClueLang/Cluna
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Markos-Th09

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.