'use strict';

const startingStyle = {
    parse: {
        prelude: null,
        block(nested = false) {
            return this.Block(nested);
        }
    }
};

module.exports = startingStyle;