diff --git a/RFC.md b/RFC.md new file mode 100644 index 0000000..f3c9063 --- /dev/null +++ b/RFC.md @@ -0,0 +1,36 @@ +# GruLang - We Cappin? (official GruLang Language RFC) + +**To be Reviewed by:** GruLang Open Source Wilin Activity Gang +**Status:** Alpha-AF +**Start Date:** 20220812 +**Authors:** GruGang + +**Related Components:** N/A + +## Problem + +The best language ever doesn't exist. Yet. + +### Anti-Goals + +This proposal is expressly **not** trying to solve: + +- Classes + +### Goals + +- We are going to steal The Moon +- Typesafety + +## Solution + +This framework is speed, brah. + +### Reserved Keywords +Reserved Keywords include: `finna`, `nocap`, `cap`, `bet`, `sus`, `ong`, `oof`, `yeet`, `fr`, `lowkey`, `dead`, `boomer`, `smash` + +### You FR Tho? (FAQ) + +### Cope Zone (Errata) + +- Zero errors we clean af \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..1f513de --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "grulang", + "version": "0.0.1", + "description": "We are going to steal The Moon", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/GruGang/GruLang.git" + }, + "author": { + "name": "GruGang", + "url": "https://github.com/GruGang" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/GruGang/GruLang/issues" + }, + "homepage": "https://github.com/GruGang/GruLang#readme" +}