Changeset - f6d0d613808f
[Not reviewed]
0 0 2
mh - 3 years ago 2022-02-08 13:35:33
contact@maxhenger.nl
create compiler directory
2 files changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin-compiler/Cargo.toml
Show inline comments
 
new file 100644
 
[package]
 
name = "reowolf_compiler"
 
version = "0.1.0"
 
authors = [
 
    "Max Henger <henger@cwi.nl>",
 
    "Christopher Esterhuyse <esterhuy@cwi.nl>",
 
    "Hans-Dieter Hiep <hdh@cwi.nl>"
 
]
 
edition = "2018"
 

	
 
[dependencies]
 
reowolf_rs = { path = "../" }
 
clap = "3.0"
 
\ No newline at end of file
bin-compiler/src/main.rs
Show inline comments
 
new file 100644
 
fn main() {
 
    println!("Hello world");
 
}
 
\ No newline at end of file
0 comments (0 inline, 0 general)