https://github.com/codewars/ttester-codewars
"Testest" Forth Test Framework for Codewars
https://github.com/codewars/ttester-codewars
code-runner forth test-reporting
Last synced: 5 months ago
JSON representation
"Testest" Forth Test Framework for Codewars
- Host: GitHub
- URL: https://github.com/codewars/ttester-codewars
- Owner: codewars
- License: mit
- Created: 2019-07-25T17:53:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T00:04:02.000Z (about 2 years ago)
- Last Synced: 2025-02-27T06:50:53.645Z (10 months ago)
- Topics: code-runner, forth, test-reporting
- Language: Forth
- Homepage:
- Size: 106 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## "Testest" Forth Test Framework for Codewars
Testest is a test framework used also to test Forth code on Codewars. Originally inspired by 'ttester.fs', it was completely rewritten and shares design with the Testest test framework for Factor on Codewars.
## Learning Forth
Some excellent sources to get you started learning Forth:
* [Learn Forth in x minutes](https://learnxinyminutes.com/docs/forth/)
* [Starting Forth](https://www.forth.com/starting-forth/0-starting-forth/)
* [Thinking in Forth](http://thinking-forth.sourceforge.net/)
## GForth Documentation
* [ANS Forth 2012 Standard](https://forth-standard.org/)
* [GForth 0.7.0 Documentation (older than Codewars' GForth)](https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/index.html#Top)
* [GForth 0.7.9 Documentation (newer than Codewars' GForth)](https://gforth.org/manual/index.html#Top)
## Example
See [example](./example).
## Acknowledgements
Authored by [@nomennescio](https://github.com/nomennescio).
Copyright 2018-2023 by nomennescio
Covered by [this license](https://github.com/codewars/ttester-codewars/blob/master/LICENSE.md)