From 9d61824ba5a89b0b19cdc0ae61a1ac1468bd4a41 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:35:53 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4da4b..0d341d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # bellos -Bellande Operating System Scripting Programming Language + +## Bellande Operating System Scripting Programming Language written in Rust +- Variable Assignment +- Command Execution +- I/O Redirection +- Interactive Mode and File Execution +- Error handling +- Control structures +- Functions +- Built-in commands +- Environment variables +- redirection support + + + +## License + +BellandeOS Packages is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Algorithm-Model-Research/bellande_operating_system_application_packages/blob/main/LICENSE) and [NOTICE](https://github.com/Algorithm-Model-Research/bellande_operating_system_application_packages/blob/main/LICENSE) for more information.