cookeylang-ohm
v1.2.20
Published
The NPM Package For CookeyLang aka. The Best Lang Ever! (Just For Testing)
Downloads
1
Readme
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