diff --git a/Automator-EBNF.md b/Automator-EBNF.md index 2ce508a..91065df 100644 --- a/Automator-EBNF.md +++ b/Automator-EBNF.md @@ -12,6 +12,7 @@ Command ::= AutoCommand | BlackHoleCommand | DefineCommand | PauseTimeCommand | AutoCommand ::= Auto PrestigeEvent ( On | Off | Duration | XHighestAmount | CurrencyAmount ) BlackHoleCommand ::= BlackHole ( On | Off ) DefineCommand ::= Define Identifier EqualSign ( Duration | StudyList ) +IfCommand ::= If Comparison LCurly EOL Block RCurly PauseTimeCommand ::= Pause ( Duration | Identifier ) PrestigeCommand ::= PrestigeEvent ( Respec )? ( NoWait )? StartDilationCommand ::= Start Dilation @@ -26,7 +27,6 @@ UnlockECCommand ::= Unlock EternityChallenge WaitCommand ::= Wait ( Comparison | PrestigeEvent ) UntilCommand ::= Until ( Comparison | PrestigeEvent ) LCurly EOL Block RCurly WhileCommand ::= While Comparison LCurly EOL Block RCurly -IfCommand ::= If Comparison LCurly EOL Block RCurly Comparison ::= CompareValue ComparisonOperator CompareValue CompareValue ::= NumberLiteral | Identifier | Currency