PurC icon indicating copy to clipboard operation
PurC copied to clipboard

The prime HVML interpreter for C Language.

Results 19 PurC issues
Sort by recently updated
recently updated
newest added

corrected spelling error on readme file.

The problem comes like this: ``` In file included from /home/hrpccs/PurC/PurC/Source/WTF/wtf/AutomaticThread.cpp:26: /home/hrpccs/PurC/PurC/Source/WTF/config.h:23:10: fatal error: cmakeconfig.h: No such file or directory 23 | #include "cmakeconfig.h" | ^~~~~~~~~~~~~~~ compilation terminated. ``` I...

![Screenshot_20220805-220407_Termux.jpg](https://user-images.githubusercontent.com/86727214/183121674-866ff31e-c180-4a57-b1c4-8e80f20ac46a.jpg)

现在(Ubuntu 22.04.1 LTS)的输出是这样的: tsy@tsy-Lenovo-V330-14IKB:~/PurC/build$ purc -b hvml/fibonacci-html-temp.hvml purc 0.8.0 Copyright (C) 2022 FMSoft Technologies. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to...

[ 81%] Building C object Source/PurC/CMakeFiles/PurC.dir/__/__/DerivedSources/PurC/purc-error-except.c.o [ 81%] Linking CXX shared library libpurc.so /usr/bin/ld: ../WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o: in function `.L0 ': /home/atzlinux/HVML-PurC/Source/WTF/wtf/Assertions.cpp:339: undefined reference to `__atomic_compare_exchange_1' /usr/bin/ld: ../WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o: in function `WTFReportError': /home/atzlinux/HVML-PurC/Source/WTF/wtf/Assertions.cpp:349:...

[evil]$uname -a Darwin host 17.7.0 Darwin Kernel Version 17.7.0: Wed Feb 27 00:43:23 PST 2019; root:xnu-4570.71.35~1/RELEASE_X86_64 x86_64 [evil]$gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin17.7.0...

## Base - Windows 11 x64 - GCC 12.1.0 - glib 2.73.2 ## Output ```bash -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000. -- The CMake build type...

i hope the statement is simple like observe 'some event' on timer_id to make the expression more natural

建议搞个json,如{“language”:[“en”,“zh”,……],“keywords”:[[“init”,“初始化”,……],[“as”,“作”,……],[“on”,“在”,……]……},编辑器用此json将HVML搞成母语编程,机器用英语版,用户用母语版,就有可能帮助业余用户零基础拿来即用!

将 PurC 打包到 [AUR 仓库](https://aur.archlinux.org/)。 安装 [purc](https://aur.archlinux.org/packages/purc) 发行版 ```bash yay -S purc ``` 安装 [purc](https://aur.archlinux.org/packages/purc-git) 开发版 ```bash yay -S purc-git ```