AutoHotkey-Type_Checking
Type checker
A tool for validating and checking the types of data in AutoHotkey scripts
Type Checking for AutoHotkey
8 stars
2 watching
1 forks
Language: AutoHotkey
last commit: about 3 years ago
Linked from 1 awesome list
ahkautohotkeytype-checkingtypechecking
Related projects:
Repository | Description | Stars |
---|---|---|
shambles-dev/autohotkey-hashtable | An implementation of a hash table data structure for use with AutoHotkey scripts | 9 |
shambles-dev/autohotkey-facade | A set of functional programming libraries designed to replace AutoHotkey's processing constructs and provide a more composable and testable way to write code. | 30 |
detachhead/basedpyright | An improved version of Pyright with enhanced type checking and support for popular IDEs | 1,300 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 350 |
arohner/spectrum | A tool that performs compile-time checks to catch type errors in Clojure code using Clojure.spec annotations. | 595 |
emludei/checktype | A decorator that checks function arguments and return types at runtime. | 0 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
kalamity/classmemory | Provides an AHK class for reading and writing memory with pattern scans | 63 |
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
agronholm/typeguard | A runtime type checking library for Python functions with annotations | 1,569 |