From 4f59e042b9c86e43c388b3f47f55a11ff26b23f1 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:38:00 -0400 Subject: [PATCH 1/4] docs: Add notes for version A.00.00.00.9tk Introduces documentation for the specified version, aiding in version tracking and release notes. --- doc/Notes-A.00.00.00.9tk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/Notes-A.00.00.00.9tk diff --git a/doc/Notes-A.00.00.00.9tk b/doc/Notes-A.00.00.00.9tk new file mode 100644 index 0000000..96f41fe --- /dev/null +++ b/doc/Notes-A.00.00.00.9tk @@ -0,0 +1,7 @@ +Notes-A.00.00.00.9tk + +` test ` + + \ No newline at end of file -- 2.43.0 From fcc756640274404696a5a9e95b5e8094f21cb87e Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:39:08 -0400 Subject: [PATCH 2/4] docs: Add alpha test file for comment and formatting features Tests various comment folding styles, text formats like bold and italics, headers, keywords, and links to ensure rendering works correctly. --- doc/Alpha-Base-00.00.00.puppy | 126 ++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 doc/Alpha-Base-00.00.00.puppy diff --git a/doc/Alpha-Base-00.00.00.puppy b/doc/Alpha-Base-00.00.00.puppy new file mode 100644 index 0000000..50c47c8 --- /dev/null +++ b/doc/Alpha-Base-00.00.00.puppy @@ -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:// + + \ No newline at end of file -- 2.43.0 From aa59a61a0b1891f21211ca6083ce2570e02c92eb Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:40:36 -0400 Subject: [PATCH 3/4] feat: add 9tailedKitsune language specification Introduces a new file defining the syntax, keywords, operators, and structure for the 9tailedKitsune language, including file extensions and community conventions. --- doc/9tailedKitsune.langauge | 121 ++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 doc/9tailedKitsune.langauge diff --git a/doc/9tailedKitsune.langauge b/doc/9tailedKitsune.langauge new file mode 100644 index 0000000..12bc53e --- /dev/null +++ b/doc/9tailedKitsune.langauge @@ -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: \ No newline at end of file -- 2.43.0 From 28956ed62c184ca13c12c0614c2cc688b4509175 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:52:45 -0400 Subject: [PATCH 4/4] docs: add Gemini save with project and language specs Documents setup for Red-DiscordBot on Ubuntu, self-hosted Foundry VTT with Pathfinder for Unstable Reality campaign, and defines 9tailedKitsune coding language including file extensions, syntax, keywords, and operators. --- doc/AI/Gemini.Saved.9tkd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/AI/Gemini.Saved.9tkd diff --git a/doc/AI/Gemini.Saved.9tkd b/doc/AI/Gemini.Saved.9tkd new file mode 100644 index 0000000..c3b18ff --- /dev/null +++ b/doc/AI/Gemini.Saved.9tkd @@ -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). \ No newline at end of file -- 2.43.0