Backend support for custom statements and deductions (#105)
* Custom statements on backend * Add support for custom statements and deductions on backend * typo checker smh * clean up match statement Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * clean up more match statement Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> * delete done todo Co-authored-by: Ahmad Afuni <root@ahmadafuni.com> --------- Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
This commit is contained in:
parent
5092149f9f
commit
7eeb595dc2
4 changed files with 76 additions and 47 deletions
3
.github/workflows/typos.toml
vendored
3
.github/workflows/typos.toml
vendored
|
|
@ -2,4 +2,5 @@
|
|||
groth = "groth" # to avoid it dectecting it as 'growth'
|
||||
BA = "BA"
|
||||
Ded = "Ded" # "ANDed", it thought "Ded" should be "Dead"
|
||||
OT = "OT"
|
||||
OT = "OT"
|
||||
aks = "aks" # anchored keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue