clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Add function-name capabilities to the spelling-based expansion routines #10

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

In the token markup we are given a function's shortened name and its arity. In designing the full list of completion candidates, we need to provide the full function names, all permissible arities for each, and (probably) the type signature of the arguments.