UNPKG

cookeylang-ts

Version:
25 lines (22 loc) 714 B
# 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](https://cookeylangteam.repl.co) to learn CookeyLang. ## Testing ```sh npm run test ```