8000 Tags · linkedin/forthic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: linkedin/forthic

Tags

v4.2.0

Toggle v4.2.0's commit message
Revise README to add TypeScript and Ruby

v4.1.0

Toggle v4.1.0's commit message
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.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.0

Toggle v1.0.0's commit message
Correct README.md to match Makefile targets

0