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