valhallac

Compiler for set-theoretic programming language.
git clone git://git.knutsen.co/valhallac
Log | Files | Refs | README | LICENSE

no_such_operator.vh (59B)


1
2
3
4
5
!infix (+++) 20 :left
!posfix ~ 70

a = 3 +++ 2
b = a + 7~