// TODO implement dec.vec, maths (inc_by, add, sub, mul, div), if/cmp, input/output.
Even just the simple dec.vec, dec.set, dec.add and dec.print, will make a decimal counter work :)
It will, for example, make the prime_sieve.fj example much faster (the print_int hw, p can be much much faster with a declib)
// TODO implement dec.vec, maths (inc_by, add, sub, mul, div), if/cmp, input/output.
Even just the simple dec.vec, dec.set, dec.add and dec.print, will make a decimal counter work :)
It will, for example, make the prime_sieve.fj example much faster (the
print_int hw, pcan be much much faster with a declib)