(SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024

This commit is contained in:
William
2024-06-25 09:33:57 +08:00
4 changed files with 7 additions and 6 deletions

4
.gitignore vendored
View File

@@ -19,4 +19,8 @@ todo
vsc* vsc*
libcompound.so libcompound.so
ccwarn ccwarn
<<<<<<< HEAD
=======
CMakeLists_default.txt
>>>>>>> 010300157e252e47218c74f256bca0ea12b7baa3
genwarn.sh genwarn.sh

BIN
CompoundTest Executable file

Binary file not shown.

View File

@@ -7,11 +7,8 @@ typedef Var Type;
typedef struct { typedef struct {
attr(registered 1) Type type; attr(registered 1) Type type;
attr(nullity false) String identity;
attr(nullity false) String identity; attr(alignwith 1; optional true) Type value;
attr(alignwith 1)
attr(optional true) Type value;
} Parameter; } Parameter;
typedef void * Block; typedef void * Block;

View File

@@ -35,7 +35,7 @@ done
cp -v "common.h" "const.h" "platform.h"\ cp -v "common.h" "const.h" "platform.h"\
"name.h" "namescope.h" "type.h" "catlog.h"\ "name.h" "namescope.h" "type.h" "catlog.h"\
"attr.h" "registry.h" "class.h" "$DST" "attr.h" "registry.h" "class.h" "function.h" "$DST"
echo "Installing libcompound:" echo "Installing libcompound:"
cp -v "libcompound.so" "/usr/lib" cp -v "libcompound.so" "/usr/lib"