Merge pull request 'AI' (#4) from AI into main

Reviewed-on: #4
This commit is contained in:
2025-09-05 04:14:04 -04:00
4 changed files with 265 additions and 0 deletions

121
doc/9tailedKitsune.langauge Normal file
View File

@@ -0,0 +1,121 @@
9tailedKitsune.langauge
LANGAUGE: 9tailedKitsune
EXTENSION:
PRIMARY: .9tK
SECONDARY: .@9tK
TERTIARY: .9tKd
QUATERNARY: .ntk
QUINARY: .Kitsune
SENARY: .tail
SEPTENARY: .taild
OCTONARY: .yiff
NONARY: .puppy
DENARY: .furry
OTHERS:
CORE PACKAGES: .tail
3PTY PACKAGES: .yiff
CONFIG: .Kitsune
PORTS: .taild
APPLICATIONS: .9tK | .ntk
TEMPORARY: .@9tK
DOCUMENT: .9tKd
DATA: .furry
TESTS: .puppy
FOLDER & DEFAULT:
CODE 1: #45.240.120.221.255.0
OPEN: <<
MIDDLE: ((EOL))
CLOSE: >>
CODE 2: #160.240.180.128.128.255
OPEN: #IF /IF
MIDDLE: #ELSE /ELSE
CLOSE: #END /END
COMMENT: #0.240.144.255.51.51
OPEN: #MAJOR #CRIT #!# /MAJOR /CRIT /!/
MIDDLE: ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL)) ((EOL))
CLOSE: #MAJORD #CRITD ##! /MAJORD /CRITD //!
KEYWORDS:
FIRST GROUP: GOLD
PREFIX: TRUE
WORDS: set fix while return call log function spawn execute define const get find
SECOND GROUP: GREEN
PREFIX: TRUE
WORDS: pull sync include loop print display true write create draw play emit cast attack update
THRID GROUP: RED
PREFIX: TRUE
WORDS: drop part exclude loopd hide unsync false erase clear delete remove downgrade
FOURTH GROUP: LIGHT_BLUE
PREFIX: TRUE
WORDS: var opt string number boolean array object null target
FIFTH GROUP: ORANGE
PREFIX: TRUE
WORDS: actor token race class item feat skill spell effect droll sroll vroll journalEntry compendium rollTable
SIXTH GROUP: LIME
PREFIX: TRUE
WORDS: name gender level strength dexterity constiution intelligence wisdom charisma ac hp defence initiative
SEVENTH GROUP: PURPLE
PREFIX: FALSE
WORDS: grapple stun paralyze blined deaf bless bane rage haste slow burn froze toxic wet
EIGHTH GROUP: HYPERLINK_BLUE
PREFIX: FALSE
WORDS: @UUID[]{} @Compenium[]{} @JournalEntry[]{} :// http:// ftp:// https:// ftps:// mailto:// steam:// 9tK:// ntk:// taild://
COMMENT & NUMBER:
COMMENT LINE:
OPEN: #MINOR /MINOR #?# /?/
MIDDLE:
CLOSE: #MINORD /MINORD ##? //?
COMMENT:
OPEN: #NOTE /NOTE
CLOSE: #NOTED /NOTED
NUMBER:
PREFIX 1:
EXTRAS 1:
SUFFIX 1: ,
RANGE:
PREFIX 2:
EXTRAS 2:
SUFFIX 2: ,
DECIMAL: BOTH
OPERATORS & DELIMITERS:
OPERATOR 1:
OPTS: !@ @ : ;
OPERATOR 2:
OPTS: and or not is was equal before after now to from as in
DELIMITER 1:
OPEN: ` '
MIDDLE:
CLOSE: ` '
DELIMITER 2:
OPEN: -*
MIDDLE:
CLOSE: *-
DELIMITER 3:
OPEN: -
MIDDLE:
CLOSE: -
DELIMITER 4:
OPEN:
MIDDLE:
CLOSE:
DELIMITER 5:
OPEN:
MIDDLE:
CLOSE:
DELIMITER 6:
OPEN:
MIDDLE:
CLOSE:
DELIMITER 7:
OPEN:
MIDDLE:
CLOSE:
DELIMITER 8:
OPEN:
MIDDLE:
CLOSE:

11
doc/AI/Gemini.Saved.9tkd Normal file
View File

@@ -0,0 +1,11 @@
Gemini.Saved.9tkd
I am working with Cog-Creators Red-DiscordBot On Unbuntu 24.04 LTS, This system is hosted on a remote site called sparkedhost.com, Specs are Hostname: vps.kitsunic.org Memory: 12288 MB CPU: 4 vCores(Ryzen 9 5900X) Storage: 200 GB Traffic: 8000 GB.
I am using Foundry Virtual Table Top V13 self hosted on a Cubecoder's Amp Self Hosting package on Ubuntu 24.04. Foundry is using Pathfinder 1st Edition as main system. Our TTRPG is called Unstable Reality a multiverse Campaign that will host to multiple "GM"s via multiple worlds hosted on Foundry VTT.
I am creating a new AIO Coding Language called 9tailedKitsune, The Current Helper Programs I'm Used are: Notepad++, Notepad++ UDL, Python Click, Foundry VTT, & Gemini 2.5 Pro. The basics of the file structure are simple. The File Extensions: COREPACKAGES.tail, 3PTYPACKAGES.yiff, CONFIG.Kitsune, PORTS.taild, APPLICATIONS.9tK|.ntk, TEMPORARY.@9tK, DOCUMENT.9tKd, DATA.furry, TESTS.puppy.
For 9tailedKitsune Coding I will be using 3 kinds of code openers: <<, #IF, /IF. For Middles we have the following: #ELSE, /ELSE. For Enders we have the following: >>, #END, /END. For Comments, we have 3 types, Major, Minor & Note, which are the following, Openers: #MAJOR: /MAJOR: #MINOR: /MINOR: #NOTE: /NOTE:, Closers: #MAJORD: /MAJORD: #MINORD: /MINORD: #NOTED: /NOTED:. For Operators & Delimiters we have a few options, OP1: !@ @ : ; OP2: and or not is was equal before after now to from as in. As for delimiters, I'm using markdown functionality for bolding, underlining, Italicing, Header(s).
For 9tailedKitsune ill be using these KEYWORDS, FIRST GROUP: PREFIX: TRUE, WORDS: set fix while return call log function spawn execute define const get find. SECOND GROUP: PREFIX: TRUE, WORDS: pull sync include loop print display true write create draw play emit cast attack update. THRID GROUP: PREFIX: TRUE, WORDS: drop part exclude loopd hide unsync false erase clear delete remove downgrade. FOURTH GROUP: PREFIX: TRUE, WORDS: var opt string number boolean array object null target. FIFTH GROUP: PREFIX: TRUE, WORDS: actor token race class item feat skill spell effect droll sroll vroll journalEntry compendium rollTable. SIXTH GROUP: PREFIX: TRUE, WORDS: name gender level strength dexterity constiution intelligence wisdom charisma ac hp defence initiative. SEVENTH GROUP: PREFIX: FALSE, WORDS: grapple stun paralyze blined deaf bless bane rage haste slow burn froze toxic wet. EIGHTH GROUP: PREFIX: FALSE, WORDS: @UUID[]{} @Compenium[]{} @JournalEntry[]{} :// http:// ftp:// https:// ftps:// mailto:// steam:// 9tK:// ntk:// taild://. For colors ill go in order from top to bottom, Gold(1), Green(2), Red(3), LightBlue(4), Orange(5), Yellow(6), Purple(7), Hyperlink Blue(8).

View File

@@ -0,0 +1,126 @@
Alpha-Base-00.00.00.puppy
<< This is a alpha test of code 1 folding
Awesome this works!
>>
<< This is an alpha test of code 2 folding
#if this function
Success!
#else this function
Hell YA!
#end this function
Perfecto!
/if Perfecto = true
then return that
/else Perfecto = false
then return This
/end
>>
#MAJOR this is an alpha test of comment folding
Style 1 works!
#MAJORD
/MAJOR this is an alpha test of comment folding
Style 2 works!
/MAJORD
#CRIT this is an alpha test of comment folding
Style 3 works!
#CRITD
/CRIT this is an alpha test of comment folding
Style 4 works!
/CRITD
#!# this is an alpha test of comment folding
Style 5 works!
##!
/!/ this is an alpha test of comment folding
Style 1 works!
//!
#MINOR this is a alpha test of comment line ->
YAY
#MINORD
/MINOR This is another alpha test of comment line ->
YAY
/MINORD
#?# This is another alpha test of comment line ->
#?# edf ->
##?
/?/ This ->
/?/ is ->
/?/ another ->
/?/ alpha ->
/?/ test ->
/?/ of ->
/?/ comment ->
/?/ line ->
//?
#NOTE This is another alpha test of comments
#NOTED
/NOTE This is another alpha test of comments
/NOTED
#NT This is another alpha test of comment
#NTD
/NT This is another alpha test of comment
/NTD
` this `
'this'
"this"
*That Italtic*
#*Bold*#
__ Underline that shit!__
_#* BOLD Underline *#_
#** BOLD Italtic**#
__*Italtic Underline*__
### Header Testing
sdasd
sadfasf
asfasfd
###
!@ @ : ;
and or not is was equal before after now to from as in
set fix while return call log function spawn execute define const get find
pull sync include loop print display true write create draw play emit cast attack loop update
drop part exclude hide unsync false erase clear delete remove downgrade
var opt string number boolean array object null target
actor token race class item feat skill spell effect dRoll sRoll vRoll journal compendium rollTable
name gender level strength dexterity constitution intelligence wisdom charisma ac hp defense initiative
grapple stun paralyze blind deaf bless bane rage haste slow burn froze toxic wet
@UUID[]{} @Compenium[]{} @journalEntry[]{} http:// ftp:// https:// ftps:// mailto:// steam:// 9tK:// ntk:// taild://

7
doc/Notes-A.00.00.00.9tk Normal file
View File

@@ -0,0 +1,7 @@
Notes-A.00.00.00.9tk
` test `
</
/>