Skip to content

Commit

Permalink
Added standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanja-S committed May 18, 2023
1 parent c2b273b commit b92115d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 2,445 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"request": "launch",
"mainClass": "Main",
"projectName": "PINSCompiler_aaffa8a2",
"args": "PINS --exec IMC --dump IMC test.pns"
"args": "PINS --exec FRM --dump FRM test.pns"
},
{
"type": "java",
"name": "App",
"request": "launch",
"mainClass": "App",
"projectName": "PINSCompiler_aaffa8a2",
"args": "test ./ TestsRunner/tests/6-frm-1.tst -v"
"args": "test ./ TestsRunner/tests/6-frm.tst -v"
},
{
"type": "java",
Expand Down
Loading

0 comments on commit b92115d

Please sign in to comment.