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 type-section at sashakoshka/arf 2022-08-18 14:57:00 -06:00
bc9beb0317 Created test case for type section
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 10:10:40 -06:00
a548dcc585 Changed permission codes to only determine private/public/readonly
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 09:36:04 -06:00
15eb96e8ac Lexer passes all width tests
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 09:33:09 -06:00
120976a0f3 Numbers now tokenize with the correct width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 09:25:55 -06:00
bde4bf8493 String and rune literals now have correct width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 09:14:54 -06:00
a013d4caad Lexer tests now check token width
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 09:03:14 -06:00
be9a3603d2 Made structural change to lexer test definitions
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 00:06:19 -06:00
54de3d1270 Fixed test columns and widths
sashakoshka pushed to main at sashakoshka/arf 2022-08-18 00:05:29 -06:00
a87973c141 Error widths now work properly
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 23:47:45 -06:00
85996b2554 Added more error test cases
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 23:36:14 -06:00
4780d9cc28 Fixed bug in file where it would report its location one step ahead
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 23:31:25 -06:00
bb89009742 Add description method to Location
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 23:25:30 -06:00
9e66305001 Created test to check lexer errors
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:59:12 -06:00
39e4fbe844 Replaced references to file.Error with infoerr.Error
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:57:02 -06:00
d42d0c5b34 Renamed error module to infoerr
ca5f8202bb Put Error in its own module
Compare 2 commits »
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:51:15 -06:00
abc6e44fb2 Removed Location's dependency on Error
cce841f48e Add getters to File
Compare 2 commits »
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:42:59 -06:00
568134a7e9 Add getter functions to Location
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:39:25 -06:00
57f02ad6f6 Added getter functions to Error
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 22:32:58 -06:00
dd8bbf8b13 Lexer now uses go's strconv number parsing functions
sashakoshka pushed to main at sashakoshka/arf 2022-08-17 19:48:17 -06:00
ac85c2c725 Remove line break at top of readme