Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"restructuredtext.confPath": "",
"restructuredtext.linter.disabled": true
}
}
2 changes: 1 addition & 1 deletion src/__tests__/tst.notts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
// 30000
// );
//
test("tru", {} => return true);
test("tru", {} => return true);
6 changes: 4 additions & 2 deletions src/cse-machine/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ export interface DeclAssmtInstr extends BaseInstr<InstrType.ASSIGNMENT, es.Varia
declaration: true
}

export interface RegularAssmtInstr
extends BaseInstr<InstrType.ASSIGNMENT, es.AssignmentExpression> {
export interface RegularAssmtInstr extends BaseInstr<
InstrType.ASSIGNMENT,
es.AssignmentExpression
> {
declaration: false
symbol: string
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4151,11 +4151,11 @@ __metadata:
linkType: hard

"prettier@npm:^3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
version: 3.7.4
resolution: "prettier@npm:3.7.4"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389
languageName: node
linkType: hard

Expand Down
Loading