Sasha Koshka sashakoshka
  • manehattan MAS hub
  • https://holanet.xyz
  • im mailing a box of glitter to the polkit developers

  • Joined on 2022-08-07
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 17:46:31 +00:00
5271876196 Changed data in object test to use objt keyword instead of type
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 17:43:32 +00:00
617d76fc46 Object sections now parse properly
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 17:42:52 +00:00
0ceaedbcd8 Object sections now ToString properly
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 17:29:15 +00: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 17:25:54 +00: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 16:50:52 +00:00
790e7e632e Removed recursive member parsing nonsense from type section
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 16:41:08 +00:00
fc1568aece Updated ToString methods to match new tree structure
sashakoshka commented on pull request sashakoshka/arf#4 2022-08-20 06:47:53 +00: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 06:46:56 +00:00
222c47ced9 Altered tree to separate object and blind type definitions
sashakoshka created branch objt-section in sashakoshka/arf 2022-08-20 06:43:28 +00:00
sashakoshka pushed to objt-section at sashakoshka/arf 2022-08-20 06:43:28 +00:00
da6d587a48 Split test cases between blind types and objt types
sashakoshka merged pull request sashakoshka/arf#4 2022-08-20 02:06:45 +00:00
type-section
sashakoshka pushed to main at sashakoshka/arf 2022-08-20 02:06:45 +00: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-20 02:06:45 +00:00
sashakoshka created pull request sashakoshka/arf#4 2022-08-20 02:06:30 +00:00
type-section
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 15:38:15 +00:00
78b8b9dacd Fixed test case for parser
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 15:36:51 +00:00
2605d1fb09 Fixed nested complex initialization values not parsing
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 07:05:37 +00:00
9dce9b2f75 Fixed test formatting
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 07:03:51 +00:00
9b4279c052 Fixed ToString of type nodes
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 07:03:28 +00:00
2296765e81 Added recursive parsing of type nodes