rizin/test/db
Riccardo Schirone 28a59224b9
Consider parentheses args as $.args (#450)
In this way things such as:

(10 + 3)

Are interpreted as regular $.args, composed of:
- `(` as (arg_identifier)
- `10` as (arg (arg_identifier))
- `+` as (arg (arg_identifier))
- `3` as (arg (arg_identifier))
- `)` as (arg_identifier)
2021-01-25 18:35:37 +00:00
..
analysis RzTable: replace UT64MAX with dashes for X specifier 2021-01-22 19:37:41 +08:00
archos Added windows rebase tests ##test 2021-01-19 09:38:16 +08:00
asm AVR: Fixed profile, (null) instruction and analysis (#361) 2021-01-17 00:36:29 +08:00
cmd Consider parentheses args as $.args (#450) 2021-01-25 18:35:37 +00:00
esil Use pj in core ##refactor (#18267) 2021-01-22 18:01:58 +08:00
extras Fix tests 2021-01-05 23:33:32 -06:00
formats RzTable: replace UT64MAX with dashes for X specifier 2021-01-22 19:37:41 +08:00
io Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
json Use pj in core ##refactor (#18267) 2021-01-22 18:01:58 +08:00
tools RzTable: replace UT64MAX with dashes for X specifier 2021-01-22 19:37:41 +08:00