clue_core 3.4.1

C/Rust like programming language that compiles into Lua code
Documentation
1
2
3
4
5
6
7
8
9
10
# The Clue programming language

![image](https://user-images.githubusercontent.com/87673997/156028540-7a94db51-dd90-4bc6-9718-96e056d24cab.png)  
[![Crates.io](https://img.shields.io/crates/v/clue?style=flat-square)](https://crates.io/crates/clue)
[![Crates.io](https://img.shields.io/crates/d/clue?style=flat-square)](https://crates.io/crates/clue)

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](https://crates.io/crates/clue)