Commit Graph

2 Commits

Author SHA1 Message Date
Luke Hubmayer-Werner 36d025e18c Fix save serialization 2023-08-03 21:02:41 +09:30
Luke Hubmayer-Werner 724f48a62e Redefine struct DSL
Still tab-separated, but types now require u/s (e.g. 8 is now u8)
Array form changed from "type[x][y]" to "x of y of type"
Array of array is now recursive so arbitrary nesting is allowed
Also the new parser should be able to write as easily as it reads, hooray!
2023-08-03 19:36:24 +09:30