impral 0.1.6

A command parsing and evaluation library for a LISP dialect, specialized for commandline input.
Documentation
1
2
3
print 0x[FF 01 02 03 04]
print 0d[255 1 2 3 4]
print 0b[1 0 1 0 1 0]