.. Decision Copyright (C) 2019-2020 Benjamin Beddows This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Welcome to the Decision Developer Manual! ========================================= This developer manual is designed for developers who: * Are curious as to how the compiler works. * Want to fix a bug or problem. * Want to add a feature. * Want to help maintain the project. .. toctree:: :maxdepth: 1 :caption: Contents: introduction/index.rst the_language/index.rst common_data_structures/index.rst the_stages_of_compilation/index.rst linking/index.rst the_virtual_machine/index.rst the_c_api/index.rst reference/index.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`