Matyáš Pokorný
Matyáš Pokorný
Right now, the entire function path is highlighted with a single color in the terminal output. This makes it difficult to read, especially when the path is deeply nested or...
Right now the syntax node to model class marshaling is hidden behind the internal class `SyntaxToModelTransform`. Sometimes it is useful to do "delayed" marshaling where first a `TomlTable` value is...
Introduced a new `Logger` trait which can be used to access all log events emitted during compilation. Currently these only include messages emitted by the `@debug` and `@warn` statements. Changes...