diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-08-30 22:13:08 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-09-02 23:46:44 +0200 |
commit | dfe15c16de2f8c80de55ac442ff8d8ff3687fb11 (patch) | |
tree | 36c2989b35995692df4f8d2552eab3de87c2ee8b /Cargo.toml | |
download | llvm-kaleidoscope-rs-chapter1.tar.gz llvm-kaleidoscope-rs-chapter1.zip |
ch1: added minimal lexer implementation following chapter 1chapter1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e345bab --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "llvm-kaleidoscope-rs" +version = "0.1.0" +edition = "2018" + +[dependencies] |