aboutsummaryrefslogtreecommitdiff
path: root/src/query_data.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minimize TokenPos size by using `i32` for line/column/offset and file_id ↵gingerBill2021-03-041-3/+3
| | | | | | instead of `String` To make `i32` safe, the parser limits the file size of odin files to a maximum of 2GiB (which will be good enough for the vast vast majority of cases)
* Remove `#opaque` typesgingerBill2021-02-231-1/+0
|
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-2/+0
|
* Simplify compiler's `Map` and create a `StringMap` specifically for stringsgingerBill2020-04-131-2/+2
|
* Pedantic conversions on query datagingerBill2019-05-291-18/+18
|
* Fixes to ABIgingerBill2019-05-291-1/+1
|
* -go-to-definitions (OGTD file format)gingerBill2019-05-261-0/+675
|
* odin querygingerBill2019-05-251-0/+361
Output .json file containing information about the program