:py:mod:`raesl.compile.typechecking.verb_builder` ================================================= .. py:module:: raesl.compile.typechecking.verb_builder .. autoapi-nested-parse:: Class to store and check verb / pre-position definitions. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: raesl.compile.typechecking.verb_builder.VerbDefBuilder .. py:class:: VerbDefBuilder(ast_builder: raesl.compile.typechecking.ast_builder.AstBuilder) Part of the builders to deal with verbs / pre-positions. .. py:method:: add_verbdef(verb_tok: raesl.compile.scanner.Token, prepos_tok: raesl.compile.scanner.Token) Store the provided verb/prepos combination. .. py:method:: finish(spec: raesl.compile.ast.specification.Specification) Finish collecting by checking the collected verb-prepositions. Store result in the provided specification.