Configuration

- Removed TODO comments
- Made `CompilerConfiguration` class final
This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-28 20:09:19 +02:00
parent d548a066a6
commit 2707b012e9
1 changed files with 1 additions and 11 deletions

View File

@ -121,17 +121,7 @@ public struct ConfigEntry
}
/**
* TODO: Add a union and then also a get funciton that
* interprets per each for us (using templatescan be automated
* maybe)
* Implement this!
*/
/**
* TODO: Implement a union below as the value
* of tye key-value pair
*/
public class CompilerConfiguration
public final class CompilerConfiguration
{
private ConfigEntry[] entries;