File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,10 @@ The Witchcraft Compiler Collection uses the following amazing Open Source third
339
339
- Qemu, in particular its user space mode : https://qemu-project.gitlab.io/qemu/user/main.html
340
340
- Uthash and Utlist, Hash tables and linked list implemented as C headers https://troydhanson.github.io/uthash/
341
341
342
+ ## Testing
343
+
344
+ The following companion repository exsists to help test WCC: https://github.com/endrazine/wcc-tests
345
+
342
346
## Licence
343
347
The Witchcraft Compiler Collection is published under the MIT License.
344
348
Please refer to the file named [ LICENSE] ( LICENSE ) for more information.
Original file line number Diff line number Diff line change 30
30
*/
31
31
32
32
#define WNAME "Witchcraft Compiler Collection (WCC)"
33
- #define WVERSION "0.0.6 "
33
+ #define WVERSION "0.0.7 "
34
34
#define WDATE __DATE__
35
35
#define WTIME __TIME__
36
36
You can’t perform that action at this time.
0 commit comments