Skip to content

Commit 723162e

Browse files
authored
Merge pull request #48 from BluBloos/v0.1.0
organize repo.
2 parents 8820a4c + a7befea commit 723162e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+825
-5297
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tests/*.cpp
1313
tests/*
1414
!/tests/*.c
1515
*.o
16+
!tests/backend/
1617
!tests/preparse/
1718
!tests/grammar
1819
!tests/codegen

.vscode/launch.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ Language Features Supported:
7070

7171
Dependency: `ld` must be available from the terminal.
7272

73-
Run the following command to launch the interactive build system.
73+
Run `build.sh` to build the compiler.
7474

75-
```bash
76-
./build.sh
77-
```
75+
Run `bin/ppl` to run the compiler. If the compiler is not run from the root repo directory,
76+
the macro PSTDLIB_PATH within src/ppl.cpp may need to be changed.
7877

7978
## Windows
8079

@@ -108,8 +107,7 @@ usage: cl [ option... ] filename... [ /link linkoption... ]
108107

109108
### 2. Build Command
110109

111-
Run the following command to launch the interactive build system.
110+
Run `build.bat` to build the compiler.
112111

113-
```batch
114-
build.bat
115-
```
112+
Run `bin\ppl.exe` to run the compiler. If the compiler is not run from the root repo directory,
113+
the macro PSTDLIB_PATH within src/ppl.cpp may need to be changed.

backend/IR.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

backend/pstdlib_dev/Android/_example/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

backend/pstdlib_dev/Android/_example/AndroidManifest.xml.template

Lines changed: 0 additions & 15 deletions
This file was deleted.

backend/pstdlib_dev/Android/_example/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)