roc/compiler/module
ayazhafiz c156f61b0f Suggest tags of primitive types when an ident is misspelled
With this change, mispellings of things like `true` and `false` will
include a hint to the user that they may want to use `True` and `False`,
respectively, instead.

There are a few ways to implement this, but exposing these common tags
(which compose builtin type aliases) seems the easiest, least expensive,
and doesn't break anything for now.
2021-11-17 22:40:51 -05:00
..
src Suggest tags of primitive types when an ident is misspelled 2021-11-17 22:40:51 -05:00
Cargo.toml Make versions numbers consistent and matching the lock files 2021-11-06 13:24:45 -07:00