Merge branch 'main' of github.com:Architecture-Mechanism/bellos into main

This commit is contained in:
Ronaldson Bellande 2024-10-03 17:01:43 -04:00
commit b54d3fea88
2 changed files with 23 additions and 7 deletions

22
.github/workflows/rust.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

View File

@ -38,12 +38,6 @@
- **delete <filename>**: Delete a file.
## BELLOS Usage
```
#!/usr/bin/env bellos
# File: hello_world.bellos
# Simple Hello World script
echo "Hello, World!"
## Website Crates
- https://crates.io/crates/bellos
@ -54,7 +48,7 @@ echo "Hello, World!"
```
Name: bellos
Version: 0.0.1
Summary: Bellande Operating System Scripting Programming Language
Summary: Bellande Operating System Scripting Language
Home-page: github.com/RonaldsonBellande/bellos
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com