├── .gitignore ├── LICENSE ├── README.md ├── example.ts └── res └── yeet.png /.gitignore: -------------------------------------------------------------------------------- 1 | out/ 2 | TypeScript/ 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelsr/YeetScript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelsr/YeetScript/HEAD/README.md -------------------------------------------------------------------------------- /example.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelsr/YeetScript/HEAD/example.ts -------------------------------------------------------------------------------- /res/yeet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelsr/YeetScript/HEAD/res/yeet.png --------------------------------------------------------------------------------