Skip to content

Bre4dGC/bread-crumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bread Crumbs

Bread Crumbs Logo

Bread Crumbs is a modern programming language designed for

Features

-- todo

Installation

  1. Clone the Repository:

    git clone https://github.com/Bre4dGC/bread-crumbs.git
    cd bread-crumbs
  2. Build from Source:

  • Makefile

    make
    sudo make install
  • CMake

    mkdir build
    cd build
    cmake ..
    make
    sudo make install
  1. Verify Installation:

    crum version

Getting Started

Try this simple example to explore Bread Crumbs:

For more examples, check the documentation.

Contributing

We welcome contributions! Here's how to get involved:

  1. Fork the repository.
  2. Create a branch: git checkout -b my-feature.
  3. Commit your changes: git commit -m "Add my feature".
  4. Push to the branch: git push origin my-feature.
  5. Open a pull request.

Please read our Contributing Guidelines for details.

Community

Join our community to discuss Bread Crumbs, share ideas, and get help:

License

Bread Crumbs is licensed under the MIT License.

Releases

No releases published

Packages

No packages published