## InfixParselet interface

**Signature:**
```typescript
export interface InfixParselet
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [precedence](/content/docs/sdk/core.infixparselet.precedence) |  | number |  |

## Methods

| Method | Description |
| --- | --- |
| [parse(parser, left, token)?](/content/docs/sdk/core.infixparselet.parse) | _(Optional)_ |

- [InfixParselet interface](/content/docs/sdk/core.infixparselet#infixparselet-interface/index.html)
- [Properties](/content/docs/sdk/core.infixparselet#properties/index.html)
- [Methods](/content/docs/sdk/core.infixparselet#methods/index.html)
