Expand description
Load and tokenize sources.
In general, you should not need to use this module directly; it is exposed so that it can be used for things like syntax highlighting.
Structs
- An implementation of
SourceResolverfor the local file system. - A fully parsed feature file, with attached imports and a sourcemap.
- An error that occurs when trying .to load a source.
- A bit-set of
Kinds
Traits
- A trait that abstracts resolving a path.
Functions
- Entry point for parsing.
- Attempt to parse a feature file from disk, including its imports.
- Convenience method to parse a block of FEA from memory.