#lua #programming-language #compiler #transpiler #language

clue_core

C/Rust like programming language that compiles into Lua code

14 stable releases

new 3.4.7 Mar 29, 2024
3.4.6 Nov 24, 2023
3.4.4 Oct 23, 2023
3.4.1 Jun 27, 2023
3.1.0 Feb 21, 2023

#956 in Programming languages

Download history 3/week @ 2024-01-08 4/week @ 2024-01-22 21/week @ 2024-02-12 46/week @ 2024-02-19 19/week @ 2024-02-26 23/week @ 2024-03-04 21/week @ 2024-03-11 15/week @ 2024-03-18

79 downloads per month
Used in clue

MIT license

175KB
5K SLoC

The Clue programming language

image
Crates.io Crates.io

This is Clue's compiler code, used by the Clue cli.
It can be used as a library in any other project as well.

For more info about Clue itself, check the main crate


lib.rs:

The Clue compiler core

This is the core of the Clue compiler This is used by the cli but can also be used by other projects It is recommended to use Clue instead of the lower level APIs unless you need to

Dependencies

~4.5MB
~79K SLoC