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 os-native-filepaths at fspl/fspl 2024-03-30 20:28:29 -06:00
7ef67ca407 Compiler tests now run on Windows
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-28 16:17:11 -06:00
1e471f187d Compiler defaults to .o when output name isn't specified
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-28 16:12:50 -06:00
288cfb1291 Add custom fs implementation
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-28 15:17:10 -06:00
32ee165750 openAbsolute should strip out the volume name on Windows
ea9e39a8cb Compiler normalizes paths before passing them to an fs
Compare 2 commits »
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-28 14:03:25 -06:00
f4fb2840b5 Generator native uses GOARCH and GOOS instead of cond. compilation
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-28 11:12:34 -06:00
0f639d21e6 Compiler uses runtime.GOOS instead of conditional compilation
sashakoshka opened issue fspl/fspl#74 2024-03-27 11:53:54 -06:00
Need concept of reserved words
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 11:39:48 -06:00
65b043ebab Total windows path separator death
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 11:38:37 -06:00
a629dd4169 Add Windows paths to design/units.md
sashakoshka opened issue fspl/fspl#73 2024-03-27 11:15:40 -06:00
Test compiler.TestForStringArray fails on Alpine system
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 11:13:46 -06:00
bbdc96efa8 Add option to specify module search paths manually
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 10:52:40 -06:00
4ae59d6e65 Add an executable filetype
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 10:41:05 -06:00
0b23d81fed Certain filename extentions depend on target os
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 10:10:35 -06:00
8f0e8955eb Compiler takes in a target
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 10:05:52 -06:00
ad3d2e626d Add OS field to Target
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-27 09:24:38 -06:00
6011653404 Add untested windows native paths
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-26 11:16:12 -06:00
28884457c2 Add stub for Windows native parameters
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-26 11:15:11 -06:00
ee03147c5f Add native paths for unix
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-26 11:13:12 -06:00
e361486f31 Resolver is now used behind a pointer