5CYTH3 / karm_parser

A parser / maybe compiler that I am proud of
1 stars 2 forks source link

feature: Consider using only LamCall instead of BinaryExpr #20

Closed 5CYTH3 closed 6 months ago

5CYTH3 commented 10 months ago

The parsing method would basically be the same, just more generic. The output wouldn't be a whole other expr type but just a call to a function of 2 args.

5CYTH3 commented 10 months ago

Related to #21