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 data-section at sashakoshka/arf 2022-08-16 18:24:41 -06:00
9e01eef45b Added elipsis token
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 18:11:03 -06:00
efb3bbe21b Added base for parsing initialization values
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 15:45:52 -06:00
c172c111d8 Rethought how object and array literals will work
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 15:21:27 -06:00
16bca57e36 Fixed numerous problems related to type parsing
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 14:37:41 -06:00
5e2d8c9955 Parser can now ToString data sections properly
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 14:28:18 -06:00
5c23c59c92 Added parsing primitive arguments
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 14:19:24 -06:00
0025d03a18 Modified parser data test to have uninitialized pointer cases
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 13:53:55 -06:00
45bc798d19 Added identifier and declaration parsing
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 13:50:55 -06:00
9cb2f68581 Argument kind is now called .kind instead of .what
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 11:43:52 -06:00
4dfb327558 Add subscript and dereference argument kinds
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-16 08:45:55 -06:00
f978621673 Parse basic information about data sections (name, type)
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 23:56:48 -06:00
ac40fa96e5 Improved parser test
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 19:20:53 -06:00
85b7938843 ParseBody now has a loop, and errors on unrecognized section type
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 15:21:49 -06:00
d081f363b1 Add guideline I forgot to add earlier
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 15:13:42 -06:00
e42bad5810 Identifiers can no longer have arguments in them
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 13:09:23 -06:00
614b5664fc Parser calls ParseDataSection
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 12:50:20 -06:00
8b28fe5a4c Added a comma token
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 12:43:36 -06:00
608162fa92 Fixed bug in number lexing function that prevented reading zero
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 12:33:17 -06:00
d27c0ff07c Added single digit zero and eight to lexer number test
sashakoshka pushed to data-section at sashakoshka/arf 2022-08-15 12:31:21 -06:00
7fc51c278f Fixed issue with Error.Error not positioning marker correctly