665 B
665 B
TODO: Holidays (1-10th May)
parseStruct
- Actually parse body
- Only allow variables declarations
- Allow assignments I guess
- Maybe function definitions too (D-kinda thing)
- Add constructor support (initializes values)
- I guess this is nicer when you have functions in the struct too to make initialization code more modular
- Only allow variables declarations
- Allow nested structs
- Actually parse body
- Note to self,
parseClass
andparseStruct
should be way more specific and not just callparseBody
- As currently one can then use
static
outside of these contexts
- As currently one can then use