This commit is contained in:
Edgar 2024-02-09 09:41:57 +01:00
parent 3fbc7b15ab
commit c4b21dfa57
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -1,10 +1,10 @@
# edlang
A toy language I'm making to learn LLVM and compilers.
An experimental statically-typed compiled programming language made with LLVM and Rust.
Syntax is subject to change any time right now. It has a rusty style for now.
```
```rust
struct Hello {
x: i32,
y: i32,
@ -31,3 +31,8 @@ fn main() -> i64 {
}
```
## Dependencies
- Rust
- LLVM 17