diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-02-26 20:38:04 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-02-26 20:38:04 +0100 |
commit | c619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f (patch) | |
tree | 986bd2bf12e0782a2bdb9466225df0dc9c4065ad /.gitignore | |
download | juicebox-asm-c619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f.tar.gz juicebox-asm-c619b7aeb72cb18cc0f76a94e78cc5d9d7c9e89f.zip |
base version capable to emit different mov insns
Experimenting with type system to detect invalid operands during compile
time.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock |