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 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
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 22:13:37 -06:00
bd456b72e9 Argument.ToString can now recover on nil interface value
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 21:45:49 -06:00
eb3fb65c9b Changed object initialization values to be a map
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 19:31:38 -06:00
bb2948d397 Added parsing array initialization values
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 18:56:14 -06:00
210e527b3a parseType method now understands arrays with undefined length
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 18:53:52 -06:00
97cb6e54eb Type.ToString now understands array lengths
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 18:29:08 -06:00
3407aa7c59 Fixed lexing digraph tokens