feat: better structured internal
This commit is contained in:
11
internal/config/config.go
Normal file
11
internal/config/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
// Arguments given to program.
|
||||
type Config struct {
|
||||
// The source code given to the program.
|
||||
Source Source
|
||||
// Whether or not to print debug logs.
|
||||
Verbose bool
|
||||
// Whether or not to print an explanation of the reduction.
|
||||
Explanation bool
|
||||
}
|
||||
Reference in New Issue
Block a user