Skip to content

jackokring/zig-kring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIG

A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

https://ziglang.org/

This is my soure development repo for testing zig ideas and building.

Projects in This Repository

  • A blank to be extended library kring. (TODO)
  • A zig source for static compile (perhaps to wasm).
  • A python module interface (on PyPI). (TODO)
  • A unit interface for fp in pascal. (TODO)
  • Editing of default build scripts build.zig.
  • A simple shell application in zig. (TODO)
  • A simple lazarus and pascal RAD GUI. (TODO)
  • A automatic cross compile build and package system. (TODO)

Command Stack

The library contains a command processor. (TODO) All the other interfaces use this basic strategy of making commands. Apart from the command string, all IO is through files, and a return status. Some functions optimized for various coding or debug views are also available. (TODO)

Documentation of Zig

The current documentation directory doc/ for the zig version in use with this project.

Installation of Zig

A Zig installation is composed of two things:

  1. The Zig executable
  2. The lib/ directory

At runtime, the executable searches up the file system for the lib/ directory, relative to itself:

  • lib/
  • lib/zig/
  • ../lib/
  • ../lib/zig/
  • (and so on)

In other words, you can unpack a release of Zig anywhere, and then begin using it immediately. There is no need to install it globally, although this mechanism supports that use case too (i.e. /usr/bin/zig and /usr/lib/zig/).

Contributing to Zig

Zig is Free and Open Source Software. We welcome bug reports and patches from everyone. However, keep in mind that Zig governance is BDFN (Benevolent Dictator For Now) which means that Andrew Kelley has final say on the design and implementation of everything.

One of the best ways you can contribute to Zig is to start using it for an open-source personal project.

This leads to discovering bugs and helps flesh out use cases, which lead to further design iterations of Zig. Importantly, each issue found this way comes with real world motivations, making it straightforward to explain the reasoning behind proposals and feature requests.

You will be taken much more seriously on the issue tracker if you have a personal project that uses Zig.

The issue label Contributor Friendly exists to help you find issues that are limited in scope and/or knowledge of Zig internals.

Please note that issues labeled Proposal but do not also have the Accepted label are still under consideration, and efforts to implement such a proposal have a high risk of being wasted. If you are interested in a proposal which is still under consideration, please express your interest in the issue tracker, providing extra insights and considerations that others have not yet expressed. The most highly regarded argument in such a discussion is a real world use case.

For more tips, please see the Contributing page on the wiki.

Community

The Zig community is decentralized. Anyone is free to start and maintain their own space for Zig users to gather. There is no concept of "official" or "unofficial". Each gathering place has its own moderators and rules. Users are encouraged to be aware of the social structures of the spaces they inhabit, and work purposefully to facilitate spaces that align with their values.

Please see the Community wiki page for a public listing of social spaces.

About

A general zig repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published