manifold-lang / manifold-core

Core library for Manifold frontends and backends
GNU General Public License v3.0
5 stars 7 forks source link

Improve the representation of inferred values in the schematic #53

Open nikklassen opened 7 years ago

nikklassen commented 7 years ago

This issue is to follow up on the discussion in PR https://github.com/manifold-lang/manifold-core/pull/52. Either Infer needs to become a first class citizen in the frontend language, or the language of the schematic needs to change to communicate that certain values are to be inferred. Currently a value is null in the schematic if and only if it is to be inferred by the backend.