Skip to content

Commit f9d8b4d

Browse files
committed
Initial steps torwards rewriting in rust
1 parent 7f02f0e commit f9d8b4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+503
-10734
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ diamond.exe
44
.vscode
55
deps/llvm
66
bindings
7-
.DS_Store
7+
.DS_Store
8+
9+
# Added by cargo
10+
11+
/target

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[package]
2+
name = "diamond"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]

build.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

hello.dmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print(3.4 + .6 + 7)

0 commit comments

Comments
 (0)