This PR adds a detailed Configuration.md document that comprehensively
explains the Compiler Explorer configuration system. It covers:
- Configuration file structure and hierarchical loading
- Property types and automatic conversions
- List separators and specialized formats
- Group inheritance and compiler configuration
- Variable substitution mechanisms
- Advanced features like remote compilers and property debugging
Additionally, it updates all related documentation to reference this
central document for configuration details, reducing duplication and
ensuring consistency.
This document will serve as the foundation for future configuration
system improvements by providing clear documentation of the current
implementation.
* The Grand Reformat
- everything made prettier...literally
- some tweaks to include a few more files, including documentation
- minor changes to format style
- some tiny `// prettier-ignore` changes to keep a few things the way we like them
- a couple of super minor tweaks to embedded document types to ensure they format correctly
* basic IAR EWAVR compiler support
* basic line number parsing for colored lines
* Better Line Number Parsing (line numbers are right aligned)
* remove unused imports in compiler object
* removed unused lines from asm-parser-ewavr.js since Travis complained about them
* Assorted fixes from code review
* update processAsm() method to work with new style after rebase
* rework EWAVR asm parser. IAR seems to be closer to msvc.
* filter section initialize labels as assembler directives
* Add documentation for EWAVR