1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 09:09:31 +00:00

Add variable constraints, rename type annotation checks to constraints, rename custom type to annotation

This commit is contained in:
Étienne Fildadut 2022-09-08 20:43:36 +09:00
parent 92a496e584
commit 3e658e4780
16 changed files with 237 additions and 118 deletions

View file

@ -7,6 +7,7 @@ return [[
~ &pair!alias("paire")
~ &function reference!alias("réference de fonction")
~ &variable reference!alias("réference de variable")
~ &annotated!alias("annoté")
(Built-in functions)
(~ &alias!alias("alias")
@ -19,8 +20,8 @@ return [[
~ &error!alias("erreur")
~ &rand!alias("aléa")
~ &raw!alias("brut")
(~ &type!alias("type")
~ &is of type!alias("est de type")
~ &is a!alias("est un")
~ &unannotated!alias("non annoté")
~ &cycle!alias("cycler")
~ &random!alias("aléatoire")
~ &next!alias("séquence")