shithub: mc

ref: 3ec885ae37703028d40d8308bfe1a017307a5e4e
dir: /parse/cstr.def/

View raw version
/* Definitions of built in constraints */
Tc(Tcnum, "tcnum")   /* arith ops */
Tc(Tcint, "tcint")   /* behaves like an int, defaults to int as fallback */
Tc(Tcfloat, "tcfloat")   /* behaves like a float, defaults to float as fallback */
Tc(Tctest, "tctest")  /* if condition */
Tc(Tcidx, "tcidx")   /* indexable */
Tc(Tcslice, "tcslice") /* sliceable */
Tc(Ncstr, "")