Initial public commit of ISLE prototype DSL compiler.

This commit is contained in:
Chris Fallin
2021-06-29 17:00:43 -07:00
parent f2939111d9
commit 84b7612b98
13 changed files with 3201 additions and 0 deletions

11
cranelift/isle/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "isle"
version = "0.1.0"
authors = ["Chris Fallin <chris@cfallin.org>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
log = "0.4"
env_logger = "0.8"
thiserror = "1.0"