Commit Graph

3 Commits

Author SHA1 Message Date
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
Luke Hubmayer-Werner 244058b22c Working SNES save loading! 2023-07-29 01:53:03 +09:30
Luke Hubmayer-Werner 9df22ba5a1 Add some save spec 2023-07-28 23:12:33 +09:30