Skip to content

Commit 43a57ce

Browse files
committed
refactor: orgnize the codebase to make it more clean
1 parent a94abd9 commit 43a57ce

19 files changed

+17
-377
lines changed

.vscode/c_cpp_properties.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": ["${workspaceFolder}/**"],
6+
"defines": [],
7+
"macFrameworkPath": [
8+
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
9+
],
10+
"compilerPath": "/usr/bin/clang",
11+
"cStandard": "c17",
12+
"cppStandard": "c++17",
13+
"intelliSenseMode": "macos-clang-x64"
14+
}
15+
],
16+
"version": 4
17+
}

Changelog

-148
This file was deleted.

TODO

-70
This file was deleted.

VERSION

-1
This file was deleted.

release.sh

-158
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

qjs.c renamed to src/cli/qjs.c

File renamed without changes.

qjsc.c renamed to src/cli/qjsc.c

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

repl.c renamed to src/cli/repl.c

File renamed without changes.

repl.js renamed to src/cli/repl.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)