Implement assign and set commands, improve output format
This commit is contained in:
@@ -38,6 +38,9 @@ export class Parser extends BehaviorSubject<Executable<CommandData>> {
|
||||
}
|
||||
|
||||
this.parseCandidate = this.getParseCandidate(token)
|
||||
if ( this.parseCandidate.shouldIncludeLeaderInParseContext() ) {
|
||||
this.inputForCandidate.push(token)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user