Yet Another Rust Yaml
Find a file
Paul Stemmet a0e184431f scanner/key: add, structs for managing key tokens
This module contains the beginnings of the state required to track and
store tokens which may be "found" out of sequence, notably when we first
need to parse a scalar (Token #1) then check if a value sequence follows
it (Token #2), and if so, return a key token first (Token #3), where the
correct order of tokens is:

    Token #3 -> Token #1 -> Token #2

We also need to track in the scanner whether a key is even possible, e.g
if we just parsed a value token, the next scalar _is not_ a key
2021-07-25 12:41:57 +01:00
.github/workflows ci/prtasks: use install over mv 2021-06-02 14:52:43 +00:00
docs docs/flow-logic: notes from scalar line joining 2021-06-23 21:51:33 +01:00
src scanner/key: add, structs for managing key tokens 2021-07-25 12:41:57 +01:00
.gitignore git: ignore .vim/ 2021-06-23 21:51:33 +01:00
.rustfmt.toml ci/fmt: move rustfmt.toml to repo root 2021-06-22 21:14:34 +00:00
Cargo.lock lib/deps: add atoi 2021-06-06 08:44:15 +01:00
Cargo.toml lib/deps: add atoi 2021-06-06 08:44:15 +01:00