0.0.0-beta.6 • Published 3 years ago

cookeylang-ts v0.0.0-beta.6

Weekly downloads
72
License
CC-BY-NC-SA-4.0
Repository
github
Last release
3 years ago

CookeyLang TypeScript

This is the TypeScript implementation of CookeyLang. It aims to fix bugs within the original interpreter

  • No way of typing expressions
  • Inconsistent error messages
  • No way to recursively interpret
  • No way to add a 'prompt'.
  • Not class based, making it hard to maintain.
  • No comprehensive test suite.

CookeyLang

Welcome to cookeylang! It is a dynamic, interpreted, and class-based language. It is in active development on github by our team.

  • Coder100
  • JDOG787
  • CodingCactus
  • Codemonkey51
  • RaidTheWeb
  • TheSummit3145

Learn

Currently, use the official website to learn CookeyLang.

Testing

npm run test