aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/oread
Commit message (Expand)AuthorAgeFilesLines
* ortho/debug and ortho/oread: also increase identifier buffers. For #1894Tristan Gingold2021-10-181-1/+1
* oread: add support for debug line declTristan Gingold2021-07-201-0/+7
* ortho_front: use array subtype element if indexing an array subtype.Tristan Gingold2021-05-191-1/+4
* update license headersumarcor2021-01-142-22/+18
* ortho/oread: parse subarray element type.Tristan Gingold2020-07-251-7/+17
* src/ortho/oread/tests: fix 2 tests.Tristan Gingold2020-07-252-27/+27
* ortho/oread/tests: adjust one more test.Tristan Gingold2020-07-252-12/+28
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-251-64/+177
* src/ortho/oread: add more tests.Tristan Gingold2020-06-256-15/+123
* src/ortho: add new_convert.Tristan Gingold2020-06-171-9/+24
* src/ortho/oread/tests: adjust some tests (keyword in upper case).Tristan Gingold2020-06-094-43/+43
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-281-19/+42
* ortho debug/oread: disp float number in hexa.Tristan Gingold2018-10-231-62/+147
* ortho debug/oread: handle neg neg.Tristan Gingold2018-10-211-1/+1
* oread: handle min int in typed expression.Tristan Gingold2018-10-211-14/+27
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-9/+50
* Add tests for oread (some are old)Tristan Gingold2016-12-0881-0/+1353
* oread: check for duplicate fields in records.Tristan Gingold2016-09-021-0/+9
* oread: resize the hash tableTristan Gingold2016-07-091-7/+72
* oread: optimize field search for large record/unions (use a hash map).Tristan Gingold2016-07-091-47/+120
* ortho: add new_default_value to initialize a variable.Tristan Gingold2016-03-081-0/+12
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-211-4/+4
* mcode: add support for x86-64Tristan Gingold2016-01-062-17/+1068
* oread: add comments.Tristan Gingold2016-01-061-0/+10
* mcode: fix alignment of structure (thinko).Tristan Gingold2015-09-021-0/+3
* ortho debug/oread: add a procedure to write keyword, use uppercase.Tristan Gingold2014-11-271-1/+10
* Move sources to src/ subdirectory.Tristan Gingold2014-11-042-0/+2720