https://github.com/ClueLang/Clue
C/Rust like programming language that compiles into Lua code
https://github.com/ClueLang/Clue
cluelang compiler hacktoberfest language lua programming-language rust transpiler
Last synced: 8 days ago
JSON representation
C/Rust like programming language that compiles into Lua code
- Host: GitHub
- URL: https://github.com/ClueLang/Clue
- Owner: ClueLang
- License: mit
- Created: 2021-10-23T21:17:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T08:00:31.000Z (6 months ago)
- Last Synced: 2025-04-06T18:13:40.893Z (14 days ago)
- Topics: cluelang, compiler, hacktoberfest, language, lua, programming-language, rust, transpiler
- Language: Rust
- Homepage: https://crates.io/crates/clue
- Size: 1.4 MB
- Stars: 347
- Watchers: 7
- Forks: 14
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-programming-languages - Clue - Clue is a programming language that compiles into Lua code with a syntax similar to languages like C or Rust. Clue tries to be almost as simple as Lua (with only a slightly more advanced syntax) but adds many optional features that can make code look better or make some things (like metatables) easier to code. Clue does not compile to a specfic version of Lua: flags can be toggled to alter the output to allow most if not all versions or modifications of Lua to be compiled to with Clue. (Uncategorized / Uncategorized)