1.2.20 • Published 4 years ago

cookeylang-ohm v1.2.20

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

CookeyLang (Node)

This the the npm/nodejs package for the test implementation of CookeyLang! Feel free to install and try it out!

Installation

Easy as npm install cookeylang or if your on repl.it skip this part and move to the next

Index.JS

Just set up a simple index.js file with the contents:

const cookey = require('cookeylang');

cookey.runFile('<filename>');

replace <filename> with the filename of your choice, preferably ending with .clf (Cookey Lang File).

The File

Make that file of your choice and write some cookey!

Hello World:

print('Hello World');

More Examples Can Be Found Here: https://cookeydocs--cookeylangteam.repl.co