tonytins / zsandbox

A personal testing ground for exploring the capabilities and syntax of the Zig programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig Sandbox (zsandbox)

Zig Sandbox is a personal testing ground for exploring the capabilities and syntax of the Zig programming language.

Requirements

  • Zig 0.11 or newer

Getting Started

To start experimenting with Zig in this sandbox, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/tonytins/zsandbox.git
  2. Navigate to the Repository:

    cd zsandbox
  3. Run the Examples: Execute the code examples using the Zig compiler. For instance:

    zig build run -- --[tokens|cuboid|chiper]
  4. Experiment and Learn: Modify the code, try out different constructs, and see how Zig behaves.

License

In jurisdictions that recognize copyright waivers, I've waived all copyright and related or neighboring rights for to this project. In areas where these waivers are not recognized, BSD-3-Clause is enforced.

About

A personal testing ground for exploring the capabilities and syntax of the Zig programming language.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Zig 100.0%