aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/json
Commit message (Expand)AuthorAgeFilesLines
* fix handling of escaped chars in json backend and frontendN. Engelhardt2022-02-181-3/+31
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* Remove duplicates from conns array in JSON front-end, fixes #2736Claire Xenia Wolf2021-04-261-0/+4
* json: Add support for memories.Marcelina Koƛcielnicka2021-03-151-0/+46
* frontend: json: parse negative valuesKarol Gugala2021-02-231-2/+10
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* frontends/json/jsonparse.cc: Like the upto field read_json can also read the ...Vamsi K Vytla2020-04-271-1/+6
* Update JSON front-end to process new attr/param encodingClifford Wolf2019-08-011-23/+34
* Add upto and offset to JSON portsMiodrag Milanovic2019-06-211-0/+12
* Fix typoMiodrag Milanovic2019-06-211-1/+1
* Added JSON upto and offsetClifford Wolf2019-06-211-0/+12
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Parse reals as string in JSON front-endClifford Wolf2017-09-261-0/+28
* json: Parse inout correctly rather than as an outputRobert Ou2017-08-141-0/+1
* Add attributes and parameter support to JSON front-endClifford Wolf2017-07-101-7/+50
* Add JSON front-endClifford Wolf2017-07-082-0/+472