Initializes foundational definitions for the core, including function names and package mappings.
26 lines
791 B
Plaintext
26 lines
791 B
Plaintext
#!# 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';
|
|
>> |