latest pushes
This commit is contained in:
parent
705a3514d6
commit
69e62ff033
@ -13,6 +13,9 @@
|
||||
- redirection support
|
||||
|
||||
|
||||
# Usage of Bellande Rust Importer
|
||||
- https://github.com/Architecture-Mechanism/bellande_importer
|
||||
|
||||
# Bellos executable run scripts
|
||||
```
|
||||
./bellos hello_world.bellos
|
||||
@ -155,7 +158,7 @@ echo "Uppercase: ${string^^}"
|
||||
echo "Lowercase: ${string,,}"
|
||||
```
|
||||
|
||||
## Website NPM
|
||||
## Website Crates
|
||||
- https://crates.io/crates/bellos
|
||||
|
||||
### Installation
|
||||
|
@ -36,6 +36,9 @@ use std::process::{Child, Command, Stdio};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
|
||||
use bellande_rust_importer::{from_import, import, Importer};
|
||||
use std::path::PathBuf;
|
||||
|
||||
fn main() -> Result<(), String> {
|
||||
let mut interpreter = Interpreter::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user