This directory contains the following files: src/bracmat.c The source code of the program. src/xml.c Implements reading of SGML, HTML or XML in a Bracmat list. src/bracmat.h Header file that is needed if you want to emnbed Bracmat in a C or C++ program. bracmat.html The documentation in HTML format. Changelog A document describing changes between versions. gpl.txt The full text of the GNU public licence. help The documentation in Bracmat format. (You have to run Bracmat and issue 'get$help' to see it properly.) project.bra (From version 3.47) A tool to initialise a new Bracmat program Usage: Read this file ( get'"project.bra" ) and answer the questions. The created program stub has a comment, a class for the program and a reread procedure that reads the file, renames the file to a backup and saves it, thereby nicely reformatting the code. (Most comments are lost!) Some editors discover that the file has been changed and propose to reread the file. In this way, the user doesn't need to bother about formatting. Cyclus: edit program, save from editor, reread in Bracmat, reload in editor, edit program. Readme This file. sudoku.bra A powerful sudoku solver showing many facets of Bracmat. sudokuSimple.bra Another, not very powerful, sudoku solver using objects. sudokuPuzzles.bra A collection of sudoku puzzles from simple to very hard. valid.bra (From version 3.47) A test suite. bin/dos/bracmat.exe bin/epoc/bracmat.SIS bin/linux/bracmat These are binary files for DOS (Windows), EPOC5 (Psion 5MX and Ericsson MC218) and Linux (Fedora Core, for example) Bracmat has been compiled and run on the following platforms: Windows (32/64 bit VC 6.0 - VS2010 and BCC 5.02, also 16 bit until version 2.8) RISC-OS (Norcroft C ver 3) EPOC 5 Psion 5mx, Ericsson MC218 (gcc) HP-UNIX (gcc, cc) Solaris (gcc) Linux (gcc) iOS (xcode)