Skip to content

zilch-lang/specification

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2022
Oct 13, 2022
Oct 13, 2022
Nov 5, 2022
Jan 7, 2021
Oct 1, 2022
Nov 22, 2020
Nov 7, 2021
Oct 13, 2022
Jan 2, 2021
Nov 17, 2022
Jan 2, 2021
Nov 17, 2022
Oct 2, 2022
Apr 11, 2021
Oct 4, 2022
May 15, 2021
Apr 11, 2021
Jan 29, 2023
Nov 20, 2020
Jan 29, 2023
Oct 26, 2022
Nov 19, 2020
Nov 6, 2022
Nov 5, 2022
Nov 7, 2021
Nov 25, 2021
Oct 1, 2022
Nov 27, 2021

Repository files navigation

About

This repository contains the TeX source code for the specification documents of the programming language named “Zilch”.

Compiling

To install latexmk (which is used to compile the PDF file), you will need to follow the instructions given here. On Linux and Mac, you will also need texlive. On Windows, you will need MikTeX.

Once done, you will also need GNU make (it should already be installed on Linux and Mac environments).

NOTE: on NixOS or any other nix-running system, you only need to start a new nix-shell, and everything will be installed and ready to use.

To compile the PDF file, you just need to type make in a terminal, and the PDF file will come as magical-zilch-book.pdf in the root folder of the cloned repository.

Contributing

Everybody makes typing mistakes. Because I'm not English (my main language is French), I may also make grammar mistakes. If you spot any, don't hesitate to either open an issue or a pull request, correcting it!

License and copyright

This repository is licensed under the BSD-3 license found in the LICENSE file.