Skip to content

A low-level programming language that is still in its early stages of development.

License

Notifications You must be signed in to change notification settings

deadlightreal/byte-lang

Repository files navigation

Byte Lang

Byte Lang currently supports only ARM64 on macOS. Support for x86 and other architectures will be implemented later.

Byte Lang is an emerging programming language designed to combine the low-level control of assembly language with the readability and structure of high-level languages. Currently in its early stages, Byte Lang offers a foundational set of commands and features aimed at high performance and clear, efficient programming.

Features

  • Early Development: Byte Lang is still evolving with a limited set of commands and features.
  • Low-Level Control: Directly manipulate hardware and system resources with assembly-like syntax.
  • Readable Syntax: A structured and human-friendly approach to low-level programming.

Getting Started

Installation

Since Byte Lang is in its early stages, the installation process involves cloning the repository and building from source:

  1. Clone the Repository:

    git clone https://github.com/deadlightreal/byte-lang
  2. Navigate to the Directory:

    cd byte-lang
  3. Run your first program:

    cargo run (command)

Commands

  • run (file location like example.txt)

Syntax

  • print - Prints the provided string or string variable.
  • println - Same as print but adds newline at the end.
  • number name = value - Creates a new number variable.
  • term - Terminates the program.

About

A low-level programming language that is still in its early stages of development.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages