Skip to content

Commit

Permalink
Merge pull request #27 from JCBurnside/feature/enums-aka-dus
Browse files Browse the repository at this point in the history
Feature/enums aka dus
  • Loading branch information
JCBurnside authored Sep 24, 2024
2 parents 62d4b0e + 51dc21a commit 0093dfa
Show file tree
Hide file tree
Showing 20 changed files with 5,462 additions and 2,617 deletions.
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "(Windows) Launch",
"type": "cppvsdbg",
Expand Down Expand Up @@ -33,10 +34,10 @@
// },

"program": "${workspaceFolder}/target/debug/cli",
"args":["--llvm", "-o", "./test_output.llvm", "./sample.fb"],
"args":["--llvm", "-o", "./test_output.llvm", "./other_sample.fb"],
"cwd": "${workspaceFolder}",
"env": {"RUST_BACKTRACE": "1"},
"console": "externalTerminal",
"console": "integratedTerminal",
"preLaunchTask": "build"
}
]
Expand Down
Loading

0 comments on commit 0093dfa

Please sign in to comment.