xls icon indicating copy to clipboard operation
xls copied to clipboard

Create a config file for DSLX tools/applications

Open vincent-mirian-google opened this issue 3 years ago • 1 comments

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.

vincent-mirian-google avatar Mar 10 '22 22:03 vincent-mirian-google

Just to add: the config file may contain the syntax representation of the DSLX imports: https://github.com/google/xls/issues/352.

vincent-mirian-google avatar Mar 14 '22 18:03 vincent-mirian-google