AverageUser125 / jitcalc

MIT License
0 stars 0 forks source link

JITcalc

SHOULD convert an equation like:

2x + 5

into a callable function like: func(5) - > 12

Disclamer

This may, or will, absolutely fail horribly and there us zero guarante it will even compile nor run.

Credits