This implements the second parsing pass, converting hlk Tokens to an LK Proof. HybridLatexParser inherits from
TokenToLKConverter to have a common interface, but the code here is only dependent on the AST. It uses the ASTtoHOL
object to create LambdaExpressions from hol ASTs.
This member is added by an implicit conversion from TokenToLKConverter to
any2stringadd[TokenToLKConverter] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from TokenToLKConverter to
ArrowAssoc[TokenToLKConverter] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from TokenToLKConverter to
StringFormat[TokenToLKConverter] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from TokenToLKConverter to
ArrowAssoc[TokenToLKConverter] performed by method ArrowAssoc in scala.Predef.
This implements the second parsing pass, converting hlk Tokens to an LK Proof. HybridLatexParser inherits from TokenToLKConverter to have a common interface, but the code here is only dependent on the AST. It uses the ASTtoHOL object to create LambdaExpressions from hol ASTs.