diff --git a/bin/bootstrap.nut b/bin/bootstrap.nut new file mode 100644 index 00000000..dfe80e8d --- /dev/null +++ b/bin/bootstrap.nut @@ -0,0 +1 @@ +print("Hello World"); \ No newline at end of file diff --git a/bin/plugins/placeholder b/bin/plugins/placeholder new file mode 100644 index 00000000..5dd98699 --- /dev/null +++ b/bin/plugins/placeholder @@ -0,0 +1 @@ +Keep me! \ No newline at end of file diff --git a/bin/sqmod.ini b/bin/sqmod.ini new file mode 100644 index 00000000..890b6281 --- /dev/null +++ b/bin/sqmod.ini @@ -0,0 +1,7 @@ +[Config] +StackSize=2048 + +[Scripts] +Source=bootstrap.nut + +[Options] diff --git a/cbp/Common.cbp b/cbp/Common.cbp deleted file mode 100644 index a7794c8b..00000000 --- a/cbp/Common.cbp +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - diff --git a/cbp/Hash.cbp b/cbp/Hash.cbp new file mode 100644 index 00000000..243a9207 --- /dev/null +++ b/cbp/Hash.cbp @@ -0,0 +1,182 @@ + + + + + + diff --git a/cbp/Module.cbp b/cbp/Module.cbp index 5626dd81..cbf68ea3 100644 --- a/cbp/Module.cbp +++ b/cbp/Module.cbp @@ -7,124 +7,195 @@