Skip to content

Commit 40cb481

Browse files
Update corrections
1 parent 8dc1d75 commit 40cb481

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

multilingualprogramming/core/semantic_lowering.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@
192192
"思考": "think", # zh
193193
"考える": "think", # ja
194194
"pensa": "think", # it
195-
"pensar": "think", # pt (same as es)
196195
"mysl": "think", # pl
197196
"denk": "think", # nl
198197
"tank": "think", # sv
@@ -230,7 +229,6 @@
230229
"流": "stream", # zh
231230
"ストリーム": "stream", # ja
232231
"trasmetti": "stream", # it
233-
"transmitir": "stream", # pt (same as es)
234232
"strumien": "stream", # pl
235233
"stroom": "stream", # nl
236234
"strom": "stream", # sv / da
@@ -307,7 +305,6 @@
307305
"pianifica": "plan", # it
308306
"planejar": "plan", # pt
309307
"planuj": "plan", # pl
310-
"plan": "plan", # nl (same)
311308
"planera": "plan", # sv
312309
"planlæg": "plan", # da
313310
"suunnittele": "plan", # fi
@@ -343,7 +340,6 @@
343340
"检索": "retrieve", # zh
344341
"取得する": "retrieve", # ja
345342
"recupera": "retrieve", # it
346-
"recuperar": "retrieve", # pt
347343
"pobierz": "retrieve", # pl
348344
"ophalen": "retrieve", # nl
349345
"hamta": "retrieve", # sv

multilingualprogramming/core/validators.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
IRAgentDecl,
2525
IRBinding,
2626
IRCanvasBlock,
27-
IRChannelExpr,
2827
IRClassifyExpr,
2928
IRCostExpr,
3029
IRDelegateExpr,
@@ -35,25 +34,19 @@
3534
IRFunction,
3635
IRGenerateExpr,
3736
IRMatchStatement,
38-
IRMemoryExpr,
3937
IRNode,
4038
IRObserveBinding,
4139
IROnChange,
42-
IRParExpr,
4340
IRPlanExpr,
4441
IRProgram,
4542
IRPromptExpr,
46-
IRReceiveExpr,
4743
IRRenderExpr,
4844
IRRetrieveExpr,
4945
IRSemanticMatchOp,
50-
IRSendExpr,
51-
IRSpawnExpr,
5246
IRStreamExpr,
5347
IRSwarmDecl,
5448
IRThinkExpr,
5549
IRToolDecl,
56-
IRTraceExpr,
5750
IRTranscribeExpr,
5851
IRTypeDecl,
5952
IRViewBinding,

0 commit comments

Comments
 (0)