Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.27 KB

1.about_this_guide.md

File metadata and controls

20 lines (12 loc) · 1.27 KB

About this Guide

This guide is intended to help document how KCL (the KCL compiler) works, and to help new contributors get involved in KCL development.

This guide consists of 4 parts:

  1. Building and Testing KCL: Contains information that should be useful no matter how you are contributing, about building, testing, debugging, profiling, etc.
  2. Contributing to KCL: Contains information that should be useful no matter how you are contributing, about procedures for contribution, using git and Github, etc.
  3. KCL Architecture: Contains an introduction to the architecture of the compiler and a detailed introduction to each compilation process.
  4. Appendices: There are a few of these with different information, including a glossary.

The Guide itself is of course open-source as well, and the sources can be found at the GitHub repository. If you find any mistakes in the guide, please file an issue about it. Even better, open a Github Pull Request (PR) with a correction!

If you do contribute to the guide, please see the corresponding subsection on writing documentation in this guide.

Read Quick Start to start.

Other Documentations