Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 19:48:17 -06:00
ac85c2c725 Remove line break at top of readme
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 18:16:58 -06:00
9b62a9b9ed Added logo to README
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 17:41:41 -06:00
63110d9a32 Removed bad spacing in ObjectInitializationValues.ToString
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 17:36:59 -06:00
6a5851c9eb Parser tests now show exact line and column where data is mismatched
sashakoshka merged pull request sashakoshka/arf#3 2022-08-17 12:21:20 -06:00
data-section
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 12:21:20 -06:00
e069569c3c Merge pull request 'data-section' (#3) from data-section into main
d78f150336 Removed data test case initializing pointers with phrases
e5b92009f0 Re-arranged data parsing test case to be alphabetical
98fb4e9c66 In ToString methods, maps are sorted alphabetically before output
aee90757e3 Object initialization value parsing is now done recursively
Compare 43 commits »
sashakoshka deleted branch data-section from sashakoshka/arf 2022-08-17 12:21:20 -06:00
sashakoshka created pull request sashakoshka/arf#3 2022-08-17 12:21:01 -06:00
data-section
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 12:18:00 -06:00
d78f150336 Removed data test case initializing pointers with phrases
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 11:54:50 -06:00
e5b92009f0 Re-arranged data parsing test case to be alphabetical
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 11:51:31 -06:00
98fb4e9c66 In ToString methods, maps are sorted alphabetically before output
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 11:26:38 -06:00
aee90757e3 Object initialization value parsing is now done recursively
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 10:53:54 -06:00
31bb36a4f7 Reworked parsing object initialization values
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 10:39:45 -06:00
384de58d41 Added previousToken method to parser
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-17 09:30:37 -06:00
8c03aa880b Reworked array initialization value parsing
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 23:07:32 -06:00
7bb6582e01 Added default nil argument kind
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 23:05:39 -06:00
0ad1c0b2f4 Fixed extraneous newlines after complex initialization values
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 22:56:08 -06:00
9ca1be2204 Fixed array initialization value parsing
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 22:50:31 -06:00
0dd9368393 Reworked data section so it stores single initialization argument
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 22:15:13 -06:00
bd42c95de0 Parser can now sort of parse object member initialization values