AttributeCustomParser

scair.clair.AttributeCustomParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def parse[$](using evidence$1: ParsingRun[$], Parser): ParsingRun[T]

Exports

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