Menu

Tree [1c9d78] master /
 History

HTTPS access


File Date Author Commit
 src 2009-04-27 kawk256 kawk256 [7efb64] Conditionals now work. if(true).then(a.=(42)); ...
 tests 2009-04-27 kawk256 kawk256 [7efb64] Conditionals now work. if(true).then(a.=(42)); ...
 .gitignore 2009-04-05 kawk kawk [a7d15c] Added .commitmsg to the /.gitignore file. (used...
 CMakeLists.txt 2008-12-21 kawk kawk [fcca9a] And so begins Zinif . . .
 Doxyfile 2009-04-05 kawk kawk [0fc72e] Updated Doxyfile to be compatible with doxygen ...
 INSTALL 2009-03-09 kawk kawk [325ebb] Added a README, the GNU GPLv2 in LICENSE, and a...
 LICENSE 2009-03-09 kawk kawk [325ebb] Added a README, the GNU GPLv2 in LICENSE, and a...
 README 2009-03-09 kawk kawk [325ebb] Added a README, the GNU GPLv2 in LICENSE, and a...
 TODO 2009-03-10 kawk kawk [978c5d] Created source subdirectory src/exec, for the e...
 build.sh 2009-04-13 kawk256 kawk256 [303679] Created a small build script, called build.sh. ...
 status.sh 2009-03-08 kawk kawk [009554] Implemented zinif_parser::get_next_object_name(...
 zinif 2008-12-21 kawk kawk [fcca9a] And so begins Zinif . . .

Read Me

This is the README for the zinif project.

zinif is an object-oriented, interpreted, typeless-as-possible language released under the terms of the GNU GPL v2 (see LICENSE). It is designed with simplicity in mind, simplicity for the end-user programmers, not for the developers of the programming language. Though it is a bit of an oxymoron, it additionally uses a C-style syntax. (Note that the C syntax is one of the most obtuse in a language in common use today).

The INSTALL file should give you an idea on how to build the zinif interpreter. There should be some precompiled packages available at zinif's sourceforge page (see below).

The TODO file is the {bug,wish}list for zinif. If you wish to contribute to the zinif project, then simply clone the git repository (git is used for version control, repo location is on zinif's sourceforge site), choose an item from the TODO file or one of your own ideas, and start working. :) git commit access is available upon request.

Websites:
    Sourceforge: http://zinif.sf.org/
Authors:
    kawk <kawk256@gmail.com>

Many thanks go to sourceforge and repo.or.cz for project hosting.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.