tlang/source/tlang/compiler
Tristan B. Velloza Kildaire 3f84020e22 DGen
- Compiler flag name change
- Comment formatting

Compiler

- Implemented `getConfig()` in order to return the `Compiler` object's `CompilerConfiguration` instance
- Updated a configuration parameters name in the `defaultConfig()`
- Added some work-in-progress data structures `ConfigObject` and `ConfigList`

Command-line

- Added a plethorah of new flags and re-worked a lot of the common flags across the multiple commands to use mixins to avoid code duplication and enforce code re-use
- The compilation command now uses the `Compiler` object
- You can now control the symbol mapper used
- You can now set the verbosity level (no-oped currently)
- You can set the output filename
- You can set whether pretty code is to be used or not
- You can set whether or not to generate the entrypoint testing code during emit
2023-01-24 19:57:27 +02:00
..
codegen DGen 2023-01-24 19:57:27 +02:00
docgen - Added for future use 2023-01-11 11:34:55 +02:00
parsing Lexer 2023-01-22 14:59:55 +02:00
symbols Check 2023-01-15 20:48:40 +02:00
typecheck Command-line 2023-01-23 20:44:35 +02:00
compiler.d DGen 2023-01-24 19:57:27 +02:00
lexer.d Lexer 2023-01-22 15:04:32 +02:00