kek-core

0.0.2 • Public • Published

🗣 Kek

Build Status

A supercazzola generator highly inspired by Polygen

Still a work in progress

Usage

Create a new file with a .kek extension and write your kek program using the kek syntax:

S:= Come fosse #Persona in #Luogo mentre #Azione #Oggetto
 
T:= Persona
  | Antani
  | il Conte Mascetti
 
T:= Azione
  | prematura
  | fa dudu su
 
T:= Oggetto
  | la supercazzola
  | il dito indice
 
T:= Luogo
  | prefettura
  | classe
  | ufficio

now run the kek interpreter and see the result:

$ 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

Readme

Keywords

none

Package Sidebar

Install

npm i kek-core

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

151 kB

Total Files

18

Last publish

Collaborators

  • micheleriva