Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit 24013f4a52 - Show all commits

6
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"label": "Build P# Interpreter", "label": "Build AerScript Interpreter",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"group": { "group": {
@ -16,7 +16,7 @@
} }
}, },
{ {
"label": "Clean P# Interpreter", "label": "Clean AerScript Interpreter",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [
@ -31,7 +31,7 @@
} }
}, },
{ {
"label": "Style P# Code", "label": "Style AerScript Interpreter Code",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [