feat: Add core operations definitions
Initializes foundational definitions for the core, including function names and package mappings.
This commit is contained in:
26
AT.00.00.00.puppy
Normal file
26
AT.00.00.00.puppy
Normal 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';
|
||||||
|
>>
|
||||||
Reference in New Issue
Block a user