NerdyYap for Visual Studio Code
Language support for NerdyYap, an esoteric programming language with Gen-Z-inspired syntax.
Features
.nerd file association
- Syntax highlighting for NerdyYap source files
- Bracket matching and automatic closing pairs
# line comments
Supported syntax
The extension currently highlights the NerdyYap v0.0.2 syntax, including:
- Variables and mandatory
yo assignments: yo x be 10;
- Strings and single-character literals:
"hello", 'A'
- Arithmetic, parentheses, and arrays:
yo nums be [10, 20, 30];
- Indexed array assignment:
yo nums[0] be 99;
- Gen-Z comparisons:
mogs, gets mogged by, and larping
if/else, while, and grind ... while loops
for ... in, yeet, and continue
See the NerdyYap repository for the language implementation and full documentation.
| |