Implement assign and set commands, improve output format

This commit is contained in:
2026-03-02 23:03:36 -06:00
parent 67901fa91f
commit f778507f39
7 changed files with 127 additions and 8 deletions

View File

@@ -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
}