given_OperationCustomParser_AbsfOp

scair.dialects.math.Math$package.given_OperationCustomParser_AbsfOp

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parse[$](resNames: Seq[String])(using evidence$1: ParsingRun[$], p: Parser): ParsingRun[AbsfOp]

Exports

Inherited defined exports

export whitespace
Exported from Lexical$package

Whitespace syntax that supports // line-comments, without /* */ comments, as is the case in the MLIR Language Spec.

Whitespace syntax that supports // line-comments, without /* */ comments, as is the case in the MLIR Language Spec.

It's litteraly fastparse's JavaWhitespace with the /* */ states just erased :)

Attributes

Inherited from:
OperationCustomParser