https://github.com/data7expressions/expressions-test-suite
expressions, test, test suite
https://github.com/data7expressions/expressions-test-suite
Last synced: about 1 year ago
JSON representation
expressions, test, test suite
- Host: GitHub
- URL: https://github.com/data7expressions/expressions-test-suite
- Owner: data7expressions
- License: apache-2.0
- Created: 2022-10-28T15:42:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T05:14:24.000Z (about 2 years ago)
- Last Synced: 2025-02-03T20:50:28.896Z (over 1 year ago)
- Language: TypeScript
- Size: 651 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Expressions Test Suite
## Documentation
- [Arithmetic](https://github.com/data7expressions/js-expressions/wiki/Arithmetic)
- [Comparison](https://github.com/data7expressions/js-expressions/wiki/Comparison)
- [Logical](https://github.com/data7expressions/js-expressions/wiki/Logical)
- [Bitwise](https://github.com/data7expressions/js-expressions/wiki/Bitwise)
- [Numeric](https://github.com/data7expressions/js-expressions/wiki/Numeric)
- [String](https://github.com/data7expressions/js-expressions/wiki/String)
- [DateTime](https://github.com/data7expressions/js-expressions/wiki/DateTime)
- [Nullable](https://github.com/data7expressions/js-expressions/wiki/Nullable)
- [Conversion](https://github.com/data7expressions/js-expressions/wiki/Conversion)
- [Assignment](https://github.com/data7expressions/js-expressions/wiki/Assignment)
- [Array](https://github.com/data7expressions/js-expressions/wiki/Array)
- [Access](https://github.com/data7expressions/js-expressions/wiki/Access)
- [Arrow](https://github.com/data7expressions/js-expressions/wiki/Arrow)
- [Group](https://github.com/data7expressions/js-expressions/wiki/Group)
- [Sets](https://github.com/data7expressions/js-expressions/wiki/Sets)
- [Control flows](https://github.com/data7expressions/js-expressions/wiki/Flows)
- [Extend](https://github.com/data7expressions/js-expressions/wiki/Extend)
- [Metadata](https://github.com/data7expressions/js-expressions/wiki/Metadata)