xls
xls copied to clipboard
Create a config file for DSLX tools/applications
Currently, constants are hard-coded in DSLX tools/application (e.g. stdlib builtins, and the stdlib path). This information can reside in a configuration file where all tools (internal or external) can obtain this information. The configuration file will be described using a proto. It can be expanded to contain other information as the tool/application evolves.
Just to add: the config file may contain the syntax representation of the DSLX imports: https://github.com/google/xls/issues/352.