Difference between revisions of "NXSL Formal Grammar"

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:
<source lang="abnf">
<syntaxhighlight lang="abnf">
script ::=
script ::=
module |
module |
Line 164: Line 164:
UINT64 ::= {INTEGER}(UL|LU)
UINT64 ::= {INTEGER}(UL|LU)
REAL ::= \-?[0-9]+\.[0-9]+
REAL ::= \-?[0-9]+\.[0-9]+
</source>
</syntaxhighlight>
683

edits

Navigation menu