AutoHotkey-Type_Checking

Type checker

A tool for validating and checking the types of data in AutoHotkey scripts

Type Checking for AutoHotkey

GitHub

8 stars
2 watching
1 forks
Language: AutoHotkey
last commit: almost 3 years ago
Linked from 1 awesome list

ahkautohotkeytype-checkingtypechecking

Backlinks from these awesome lists:

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
ethanhs/python-typecheckers A comprehensive collection of Python type checkers, categorized by syntax and execution time. 62
detachhead/basedpyright An improved version of Pyright with enhanced type checking and support for popular IDEs 1,192
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. 28
stewori/pytypes Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility 200
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 343
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 type checker built to resolve issues with the mypy project and Python's typing system 143
kalamity/classmemory Provides an AHK class for reading and writing memory with pattern scans 62
felixthec/strongtyping A decorator that checks function parameters at runtime for correct type compatibility. 108
agronholm/typeguard A runtime type checking library for Python functions with annotations 1,545