7 Commits

Author SHA1 Message Date
Alessandro Pasotti 8dead89026 FEATURE: multiple actions
Also fixes the incompatibility between store_into and scan and action:
when the three methods above were called, being all based on the
(unique) action, the last one would overwrite the previous ones.

This issue was making the parser strictly dependant on the order
of the scan/store_into/action calls making them mutually exclusive.
2024-05-09 09:53:34 +02:00
Pranav Srinivas Kumar 16e2a1da72 Added support for binary notation, e.g., 0b101 2023-11-05 19:06:50 -06:00
Pranav Srinivas Kumar 5e7ce61ca7 Closes #278 2023-10-27 12:59:04 -05:00
Arthur LAURENT 6723c81877 update test to use module when WITH_MODULE macro is set 2023-10-15 18:51:56 +02:00
Pranav Srinivas Kumar 33101e7972 Closes #73 2020-05-08 14:35:05 -05:00
Zhihao Yuan e8a44d289d Parse floating-point numbers in .scan
fixes: p-ranav/argparse#63
2019-11-26 00:11:21 -06:00
Zhihao Yuan 426a5dbb76 Parse integers in the .scan fluent interface 2019-11-25 23:45:55 -06:00