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

clue_core

C/Rust like programming language that compiles into Lua code

7 releases (stable)

new 3.3.1 May 21, 2023
3.3.0 May 20, 2023
3.2.0 Apr 29, 2023
3.1.0 Feb 21, 2023
3.0.0 Jan 29, 2023

#213 in Programming languages

Download history 44/week @ 2023-01-31 21/week @ 2023-02-07 14/week @ 2023-02-14 43/week @ 2023-02-21 11/week @ 2023-02-28 6/week @ 2023-03-07 10/week @ 2023-03-14 4/week @ 2023-03-21 4/week @ 2023-03-28 10/week @ 2023-04-04 20/week @ 2023-04-11 5/week @ 2023-04-18 36/week @ 2023-04-25 18/week @ 2023-05-02 11/week @ 2023-05-09 55/week @ 2023-05-16

120 downloads per month
Used in clue

MIT license

165KB
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

~2.2–3MB
~63K SLoC