solar-interface 0.1.3

Source positions, diagnostics, and related helper functions
Documentation
1
2
3
4
5
6
7
8
9
10
# solar-interface

Source positions, diagnostics, and related helper functions.

Important concepts in this module include:

- the *span*, represented by [`Span`] and related types;
- source code as represented by a [`SourceMap`]; and
- interned strings, represented by [`Symbol`]s, with some common symbols available statically in
  the [`sym`] module.