mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
Updated Automator EBNF (markdown)
parent
02a7d1cae6
commit
9c2f7e7421
@ -5,7 +5,7 @@ Paste into "Edit Grammar" and then switch to "View Diagram"
|
|||||||
|
|
||||||
```
|
```
|
||||||
Script ::= Line*
|
Script ::= Line*
|
||||||
Line ::= ( Expression | Comment | "" ) "\n"
|
Line ::= ( Expression | Comment | Whitespace ) "\n"
|
||||||
Expression ::= Buy | Wait | If | Unlock | Start | Change | Toggle | Respec | Eternity | Stop | Load | Notify | VarDeclaration
|
Expression ::= Buy | Wait | If | Unlock | Start | Change | Toggle | Respec | Eternity | Stop | Load | Notify | VarDeclaration
|
||||||
|
|
||||||
Buy ::= "BUY" ( BuyStudy | BuyTT )
|
Buy ::= "BUY" ( BuyStudy | BuyTT )
|
||||||
@ -57,4 +57,5 @@ String ::= '"' Text '"'
|
|||||||
|
|
||||||
Comment ::= "//" Text
|
Comment ::= "//" Text
|
||||||
Text ::= Character*
|
Text ::= Character*
|
||||||
|
Whitespace ::= " "*
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user