aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2021-08-30 22:13:08 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2021-09-02 23:46:44 +0200
commitdfe15c16de2f8c80de55ac442ff8d8ff3687fb11 (patch)
tree36c2989b35995692df4f8d2552eab3de87c2ee8b /Cargo.lock
downloadllvm-kaleidoscope-rs-dfe15c16de2f8c80de55ac442ff8d8ff3687fb11.tar.gz
llvm-kaleidoscope-rs-dfe15c16de2f8c80de55ac442ff8d8ff3687fb11.zip
ch1: added minimal lexer implementation following chapter 1chapter1
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..dd2a11a
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "llvm-kaleidoscope-rs"
+version = "0.1.0"