<h1 align="center">The Cecile Programming Language</h1>
<p align="center">
<img src="https://img.shields.io/crates/d/Cecile?style=for-the-badge" />
<img src="https://img.shields.io/crates/l/Cecile?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/Hollowloki/Cecile?style=for-the-badge&logo=trustpilot" />
</p>
## ⭐ Introduction
The Cecile, a modern programming language designed for simplicity and flexibility.
## 🍎 Overview
Welcome to the Cecile Toy programming language.
The syntax of Cecile is influenced by traditional programming languages like JavaScript, Go, and Rust, with a strong emphasis on developer experience, readability and ease-of-use.
Cecile is written in Rust. Some of performance matter part is written in Unsafe Rust that makes fast enough to compete with traditional interpreted languages like Javascript, Python.
## 📕 Features
- [x] Bytecode compiler +
- [x] Garbage collected in runtime
- [x] Type Supported
## Syntax examples
#### Variable Declaration
```rust
// Variable Declaration
let a: int = 1;
let b: String = "hello";
```
[crates.io-download]: https://img.shields.io/crates/d/Cecile