..  
  Copyright (C) Niel Clausen 2018. All rights reserved.
  
  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 <https://www.gnu.org/licenses/>.


References
==========

Useful references for developers:

*BOOST*

C++ Libraries

* Lexical cast: http://www.boost.org/doc/libs/1_66_0/doc/html/boost_lexical_cast.html
* Python interface: http://www.boost.org/doc/libs/1_66_0/libs/python/doc/html/index.html
* Spirit.Qi: http://www.boost.org/doc/libs/1_66_0/libs/spirit/doc/html/index.html

*ECMA-262*

* Formal specification: http://ecma-international.org/ecma-262/5.1/#sec-15.10
* Description with C++ specific commentary: http://en.cppreference.com/w/cpp/regex/ecmascript

Regular expression grammar, as modified for use in C++

*Google Test*

* Primer/documentation: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md

*Intel Thread Building Blocks (TBB)*

* Project home: https://github.com/01org/tbb
* Documentation: https://www.threadingbuildingblocks.org/docs/help/index.htm

*JSON for Modern C++*

* Project home and user guide: https://github.com/nlohmann/json
* Reference documentation: https://nlohmann.github.io/json/index.html

*reStructured Text*

Markup Syntax and Parser Component of Docutils

* Formal documentation: http://docutils.sourceforge.net/rst.html
* Sphinx summary and extensions: http://www.sphinx-doc.org/en/stable/rest.html

*Scintilla*

A free source code editing component for Win32, GTK+, and OS X

* Project home: http://www.scintilla.org/index.html
* Documentation: http://www.scintilla.org/ScintillaDoc.html

*Sphinx*

* Project home: http://www.sphinx-doc.org/en/stable/index.html

Python Documentation Generator

* Project home: http://www.sphinx-doc.org/en/stable/index.html
* Documentation: http://www.sphinx-doc.org/en/stable/contents.html

*wxPython*

The GUI Toolkit for Python.

* Project home: https://wxpython.org/
* Documentation: https://docs.wxpython.org/
* Wiki: https://wiki.wxpython.org/

*wxWidgets*

Cross Platform GUI Library

* Project home: http://www.wxwidgets.org/
* Documentation: http://docs.wxwidgets.org/3.0/