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 objt-section at sashakoshka/arf 2022-08-20 11:29:15 -06:00
edb9c1a0b6 Fixed assignment to entry in nil map
bd433fc65d Untested object section parsing
Compare 2 commits »
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 11:25:54 -06:00
c847d2187d Fixed the object section test
cb2264977a Added object sections to the tree for real lol
Compare 2 commits »
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 10:50:52 -06:00
790e7e632e Removed recursive member parsing nonsense from type section
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 10:41:08 -06:00
fc1568aece Updated ToString methods to match new tree structure
sashakoshka commented on pull request sashakoshka/arf#4 2022-08-20 00:47:53 -06:00
type-section

This is going to be split into object type definitions and blind type definitions to make the type system less cluttered at the syntax level.

sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 00:46:56 -06:00
222c47ced9 Altered tree to separate object and blind type definitions
sashakoshka created branch objt-section in sashakoshka/arf 2022-08-20 00:43:28 -06:00
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 00:43:28 -06:00
da6d587a48 Split test cases between blind types and objt types
sashakoshka merged pull request sashakoshka/arf#4 2022-08-19 20:06:45 -06:00
type-section
sashakoshka pushed to main at sashakoshka/arf 2022-08-19 20:06:45 -06:00
018499310c Merge pull request 'type-section' (#4) from type-section into main
78b8b9dacd Fixed test case for parser
2605d1fb09 Fixed nested complex initialization values not parsing
9dce9b2f75 Fixed test formatting
9b4279c052 Fixed ToString of type nodes
Compare 16 commits »
sashakoshka deleted branch type-section from sashakoshka/arf 2022-08-19 20:06:45 -06:00
sashakoshka created pull request sashakoshka/arf#4 2022-08-19 20:06:30 -06:00
type-section
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 09:38:15 -06:00
78b8b9dacd Fixed test case for parser
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 09:36:51 -06:00
2605d1fb09 Fixed nested complex initialization values not parsing
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 01:05:37 -06:00
9dce9b2f75 Fixed test formatting
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 01:03:51 -06:00
9b4279c052 Fixed ToString of type nodes
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 01:03:28 -06:00
2296765e81 Added recursive parsing of type nodes
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 00:37:24 -06:00
19d0b3f455 Complex default values of type nodes now ToString properly
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 00:34:50 -06:00
e25e7bdf14 Parser can now parse array and object initializations
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 00:08:49 -06:00
63419165dd Moved most of type section parsing into reusable type node parsing method