Oxur Documentation
Welcome to the Oxur documentation! The project is under active, early development, so it is too early for format documentation. However, there are several options if you want to keep track of our designs, implementations, discoveries, and issues.
Getting Started
Obtaining the Source
git clone https://github.com/oxur/oxur.git
cd oxur
make build
Binary releases:
Download pre-built binaries will be available from the releases page.
Checking Current Status
To view the list of design docs and their current status:
./bin/oxd list
Note that those documents have metadata and they are tracked via the oxd tool, receive updates, etc.
If you are interested in low-level Oxur, we suggest reading the AST and S-expression design docs. If you are curious about directions in syntax, be sure to check out documents 0021 and 0025.
Note that these are all indexed and linked here, for web-browsing convenience:
We also have less formal documents that do not have their metadata tracked and do not go through an approval process. They are more like Github tickets and can be viewed with the --dev flag:
./bin/oxd list --dev

