Merge pull request 'tests' (#3) from tests into main

Reviewed-on: #3
This commit is contained in:
2025-09-05 04:13:49 -04:00
6 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<# 9tailedKitsune.kit #>
@function: core; </ <# Ground #>
@define: core as system function check; <# Seed 1 #>
@sync: system is equal to true;
if system is not equal to core </ <# Unsynced #>
@console: write 'System is not equal to Core! Examination is needed!';
@system: stop;
else system is equal to core </ <# Synced #>
@console: write 'System check comfirmed!';
@system: is to continue;
end />
/>
@function: system; </ <# #>
@define: as system function array;
if system process list is equal to true </
@sync: system process name to process list;
/>
/>
/>

View File

@@ -0,0 +1,3 @@
# 9tK-Alpha-Test-Two.9tK

View File

@@ -0,0 +1,18 @@
0.0.3-Test.9tK
.# Major .#
.# Test .#
?#
Minor
Test
#?
+#
No
Issues
Informational
Test
#+

View File

@@ -0,0 +1,2 @@
0.0.4-Test.9tK

View File

@@ -0,0 +1,10 @@
9tailedKitsune-A.00.00.04.9tK
#? DILIMITERS /#
.# \#
<\
\>

View File

@@ -0,0 +1,26 @@
#!# AT.00.00.00.puppy ##!
<<9tailedKitsune>>
@coreOperations:
@define: 9tk:
return: 9tk.core;
@define: core.function;
return: core.function.array = <<
functionNames:
'coreFunction', 'corePkg', '3rdParty',
'Settings', 'Networking', 'Application',
'Temporary', 'Document', 'Resource',
'Development';
@define: corePkg:
return: core.cPkg.array:
cPkgNames:
core.function.9tk: 'coreFunction',
core.function.tail: 'corePkg',
core.function.yiff: '3rdParty',
core.function.kitsune: 'Settings',
core.function.taild: 'Networking',
core.function.ntk: 'Application',
core.function.@9tK: 'Temporary',
core.function.9tKd: 'Document',
core.function.furry: 'Resource',
core.function.puppy: 'Development';
>>