sierra / progress-pride-flag.nv
0 лайк(-ов)
1 форк(-ов)
1 файл(-ов)
Последняя активность 8 months ago
| 1 | || |
| 2 | :: create a 400 by 400 canvas |
| 3 | :: draw the trans pride flag |
| 4 | |
| 5 | |:: draw the trans pride flag| |
| 6 | :: clear the canvas to black |
| 7 | :: draw a 360 by 360 lightblue rectangle at 20 20 |
| 8 | :: draw a 360 by 250 pink rectangle at 20 80 |
| 9 | :: draw a 360 by 100 white rectangle at 20 150 |
| 10 | :: draw a black triangle at 20 20 20 380 200 200 |
yumaikas / playground-safe-cake.nv
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 9 months ago
| 1 | |:: To $make $some $recipe| :recipe: $make $some $recipe |
| 2 | |
| 3 | |:: Search the pantry for $ingredient :pantry: $ingredient| |
| 4 | :: Place $ingredient on the countertop |
| 5 | |
| 6 | |:: Search the pantry for $ingredient :pantry: $someOtherIngredient| |
| 7 | :: Set $someOtherIngredient aside |
| 8 | :: Search the pantry for $ingredient |
| 9 | |
| 10 | |:: Search the pantry for $ingredient :recipe: $make $some $recipe?| |
mary / Treesitter Nova grammar
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 9 months ago
note: untested as of 6/2/2025
| 1 | /** |
| 2 | * @file Nova grammar |
| 3 | * @author nouveau |
| 4 | */ |
| 5 | |
| 6 | module.exports = grammar({ |
| 7 | name: "nova", |
| 8 | |
| 9 | rules: { |
| 10 | program: $ => repeat($.rule), |