https://github.com/micheleriva/kek
🗣A supercazzola generator highly inspired by Polygen
https://github.com/micheleriva/kek
Last synced: 6 months ago
JSON representation
🗣A supercazzola generator highly inspired by Polygen
- Host: GitHub
- URL: https://github.com/micheleriva/kek
- Owner: micheleriva
- License: mit
- Created: 2018-07-17T16:17:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T10:35:18.000Z (about 7 years ago)
- Last Synced: 2025-02-07T12:46:48.206Z (8 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🗣 Kek
[](https://travis-ci.org/micheleriva/kek)
A supercazzola generator highly inspired by [Polygen](http://www.polygen.org/it/grammatiche/rubriche/ita/ricette.grm)
# Still a work in progress
# Usage
Create a new file with a .kek extension and write your **kek** program using the **kek** syntax:
```kek
S:= Come fosse #Persona in #Luogo mentre #Azione #OggettoT:= Persona
| Antani
| il Conte MascettiT:= Azione
| prematura
| fa dudu suT:= Oggetto
| la supercazzola
| il dito indiceT:= Luogo
| prefettura
| classe
| ufficio
```now run the *kek* interpreter and see the result:
```sh
$ kek ./mykekprogram.kek
````Come fosse Antani in ufficio mentre fa dudu su la supercazzola`
you can run it again in order to see a new resuld:
`Come fosse il Conte Mascetti in prefettura mentre prematura la supercazzola`
`Come fosseil Conte Mascetti inufficio mentreprematurail dito indice`
Have fun!
# License
[MIT](/LICENSE.md)