Commit graph

4 commits

Author SHA1 Message Date
Dhruv Maroo
63ccf386f2
Type pretty printing API (#1678)
* Reduce duplicate code and use a single printing API for all sorts of
  printing requirements
2021-09-27 17:30:35 +00:00
Anton Kochkov
565bbf034d Add tests for rz_type*_as_string() functions 2021-09-10 16:54:42 +08:00
Basstorm
cabe45edf6
Report an error when global variable does not exist (#1525) 2021-08-25 13:14:10 +00:00
Basstorm
8d54707ccf
New global variable concept (#1407)
* Add global var concept
* Doxygen & ownership & delete `delete_all` & argc check
* Use RBTree to manage the address of global variable
* Kill comment and access & use ht_pp_new
* Add unit test and regressions test
* Remove GlobalVarNode
* Implement global variable [de]serialization
* Moved `rz_cmd_state_output_array_start`
* Added complex type tests
* delete/get at or in address & convert type links to global variable & minor fix
* Remove `size` field
* Migration of typelinks to global var
* Use exists type parser
* Recover typelink unit test
2021-08-11 15:23:29 +02:00