mirror of
https://github.com/tcsenpai/scripting-language-factory.git
synced 2025-06-05 18:55:28 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"keywords": {
|
|
"skibidi": "def",
|
|
"toilet": "class",
|
|
"ohio": "import",
|
|
"rizz": "return",
|
|
"bussin": "print",
|
|
"fr": "for",
|
|
"no_cap": "True",
|
|
"cap": "False",
|
|
"yeet": "if",
|
|
"sus": "else",
|
|
"vibe_check": "while",
|
|
"finna": "try",
|
|
"bruh": "except",
|
|
"slay": "lambda",
|
|
"based": "with",
|
|
"sheesh": "pass",
|
|
"mid": "None",
|
|
"goated": "self",
|
|
"npc": "object",
|
|
"glizzy": "list",
|
|
"drip": "dict",
|
|
"bet": "in",
|
|
"rent_free": "yield",
|
|
"chad": "super",
|
|
"karen": "raise",
|
|
"boomer": "break",
|
|
"zoomer": "continue",
|
|
"stan": "from",
|
|
"simp": "as",
|
|
"cringe": "assert",
|
|
"touch_grass": "exit",
|
|
"down_bad": "False",
|
|
"up_good": "True",
|
|
"ong": "not",
|
|
"lowkey": "nonlocal",
|
|
"highkey": "global",
|
|
"main_character": "__main__",
|
|
"villain_arc": "__init__",
|
|
"plot_twist": "finally",
|
|
"gaslighting": "isinstance",
|
|
"gatekeeping": "issubclass",
|
|
"girlboss": "property",
|
|
"sigma": "staticmethod",
|
|
"alpha": "classmethod",
|
|
"beta": "abstractmethod",
|
|
"L_plus_ratio": "Exception",
|
|
"skill_issue": "ValueError",
|
|
"cope": "TypeError",
|
|
"seethe": "KeyError",
|
|
"mald": "IndexError"
|
|
},
|
|
"special_patterns": {
|
|
"no\\s+shot": "assert",
|
|
"on\\s+god": "global",
|
|
"slide\\s+into\\s+(\\w+)": "import \\1",
|
|
"spill\\s+the\\s+tea": "raise Exception",
|
|
"ratio\\s+(\\w+)": "del \\1"
|
|
},
|
|
"language_info": {
|
|
"name": "RizzLang",
|
|
"version": "1.0.0",
|
|
"description": "A meme-based programming language",
|
|
"file_extension": ".ski",
|
|
"author": "Scripting Language Factory"
|
|
}
|
|
} |