@yamlresume/core
    Preparing search index...

    Interface Parser

    Interface for parsing input strings into AST nodes.

    Implementations of this interface are responsible for converting input strings into their corresponding abstract syntax tree (AST) representations.

    Node

    interface Parser {
        parse(input: string): Node;
    }

    Implemented by

    Index

    Methods

    Methods