mirror of
https://github.com/danog/parser.git
synced 2024-11-27 04:14:55 +01:00
compiler: init
This commit is contained in:
parent
0531ed39b9
commit
241eca2fb4
@ -5,4 +5,5 @@ members = [
|
||||
"trunk_value",
|
||||
"trunk_interner",
|
||||
"trunk_gc",
|
||||
"trunk_compiler"
|
||||
]
|
8
trunk_compiler/Cargo.toml
Normal file
8
trunk_compiler/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "trunk_compiler"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
trunk_compiler/src/main.rs
Normal file
3
trunk_compiler/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in New Issue
Block a user