mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 05:23:48 +03:00
2b1e5cd017
Add diagnosis for unresolved symbols in `from ... import sym1, sym2, ...` statements. - Adds a new compiler pass, `ImportSymbolAnalysis`, that checks these statements and iterates through the symbols and checks if all the symbols can be resolved. - Works with `BindingsMap` metadata. - Add `ImportExportTest` that creates various modules with various imports/exports and checks their generated `BindingMap`. --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jaroslav Tulach <jaroslav.tulach@enso.org> |
||
---|---|---|
.. | ||
comparative-benchmark | ||
engine-benchmarks | ||
README.md |
Performance Utilities
This subfolder contains utilities dedicated to testing the performance of the Enso language implementation, but that are not part of the benchmark suites for the component libraries of the project.