Skip to content

Commit

Permalink
hello there
Browse files Browse the repository at this point in the history
  • Loading branch information
kem0x committed Feb 10, 2023
1 parent 05b0f72 commit 269a993
Show file tree
Hide file tree
Showing 48 changed files with 421 additions and 279 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"name": "run (debug)",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}\\bin\\Debug\\Custom-lang.exe",
"program": "${workspaceFolder}\\bin\\Debug\\Horizon-Lang.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}\\Custom-lang",
"cwd": "${workspaceFolder}\\Horizon-Lang",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build (debug)"
Expand All @@ -19,10 +19,10 @@
"name": "run (release)",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}\\bin\\Custom-lang.exe",
"program": "${workspaceFolder}\\bin\\Horizon-Lang.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}\\Custom-lang",
"cwd": "${workspaceFolder}\\Horizon-Lang",
"environment": [],
"console": "integratedTerminal",
"preLaunchTask": "build (release)"
Expand Down
7 changes: 0 additions & 7 deletions Custom-lang/Scripts/arrays.hz

This file was deleted.

27 changes: 0 additions & 27 deletions Custom-lang/Scripts/class.hz

This file was deleted.

17 changes: 0 additions & 17 deletions Custom-lang/Scripts/enum.hz

This file was deleted.

Binary file removed Custom-lang/out.wasm
Binary file not shown.
13 changes: 0 additions & 13 deletions Custom-lang/test.hz

This file was deleted.

170 changes: 0 additions & 170 deletions DOC.MD

This file was deleted.

Loading

0 comments on commit 269a993

Please sign in to comment.