Skip to content

[Documentation] Add Binary Literals to grammar. #171

Open
@AdamSpeight2008

Description

@AdamSpeight2008

The grammar doesn't have definition for Binary Literals.

BinaryDigit
    : '0' | '1'
    ;

BinaryLiteral
    : '&' 'B' BinaryDigit+
    ;

IntegralLiteralValue
    : IntLiteral
    | HexLiteral
    | OctalLiteral
    | BinaryLiteral
    ;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions