Files
Odin/src
gingerBill 15dbc99cb9 Minimize TokenPos size by using i32 for line/column/offset and file_id 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)
2021-03-04 16:45:30 +00:00
..
2020-05-30 16:45:49 +01:00
2021-02-26 15:29:10 +00:00
2021-01-15 15:46:15 +00:00
2021-02-23 15:45:06 +00:00
2019-10-26 14:29:04 +01:00
2020-11-17 12:19:28 +00:00
2019-09-03 22:11:21 +01:00
2021-02-25 00:39:26 +00:00