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 type-section at sashakoshka/arf 2022-08-19 06:37:24 +00:00
19d0b3f455 Complex default values of type nodes now ToString properly
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 06:34:50 +00:00
e25e7bdf14 Parser can now parse array and object initializations
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 06:08:49 +00:00
63419165dd Moved most of type section parsing into reusable type node parsing method
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 03:39:11 +00:00
69aaae8f14 Restructured type definitions to use a node tree
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 00:09:58 +00:00
717474a59e Removed unnescessary println statements (oopsie)
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-19 00:09:13 +00:00
ef90115a1b Fixed some test case formatting
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-18 23:41:35 +00:00
cced825f74 Changed this one thing to the other thing
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-18 21:45:53 +00:00
9fd3fb1263 Added basic ToString method to TypeSection
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-18 21:39:31 +00:00
5c2a7aeb07 Created base for type section parsing
sashakoshka created branch type-section in sashakoshka/arf 2022-08-18 20:57:00 +00:00
sashakoshka pushed to type-section at sashakoshka/arf 2022-08-18 20:57:00 +00:00
bc9beb0317 Created test case for type section
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 16:10:40 +00:00
a548dcc585 Changed permission codes to only determine private/public/readonly
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 15:36:04 +00:00
15eb96e8ac Lexer passes all width tests
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 15:33:09 +00:00
120976a0f3 Numbers now tokenize with the correct width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 15:25:55 +00:00
bde4bf8493 String and rune literals now have correct width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 15:14:54 +00:00
a013d4caad Lexer tests now check token width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 15:03:14 +00:00
be9a3603d2 Made structural change to lexer test definitions
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 06:06:19 +00:00
54de3d1270 Fixed test columns and widths
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 06:05:29 +00:00
a87973c141 Error widths now work properly
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 05:47:45 +00:00
85996b2554 Added more error test cases