Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 9, 2024
1 parent 3fbc7b1 commit c4b21df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -31,3 +31,8 @@ fn main() -> i64 {
}

```

## Dependencies

- Rust
- LLVM 17

0 comments on commit c4b21df

Please sign in to comment.