Tags: linkedin/forthic
Tags
Add TypeScript version of Forthic interp - Extracted interpreter from forthix.com codebase - Scrub Interpreter, Module, and GlobalModule classes - Port interpreter and global module tests from forthic-py - Create npm package for @forthic/interp with version 0.1.0
V4 (#14) == Create primary forthic-py variant * Copied v3 into forthic-py * Copy v3 docs to forthic-py * Build a forthic package with flit * Got unit tests running * Reorganize files to support building forthic package * Move tox.ini to forthic-py and tighten up * Add forthic-py Makefile * Update Forthix examples server to use code in forthic-py == General cleanup * Remove deprecated namespace_packages * Clean up makefile targets * Clean up qa warnings * Move tests to their respective source directories * Fix: Escape '.' correctly in regex * Address dependabot vulnerability alerts * Revise Makefiles to support testing all interpreter variants * Commented out date tests (for now) in forthic-js and forthic-react because the months don't match what you get in the browser * Update README files == Move LinkedIn code to forthic-in directory * Move old Forthic docs to forthic-in/docs dir == Add experimental interpreters * Move experimental languages to experimental dir