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 created branch os-native-filepaths in fspl/fspl 2024-03-26 10:59:27 -06:00
sashakoshka pushed to os-native-filepaths at fspl/fspl 2024-03-26 10:59:27 -06:00
sashakoshka commented on issue fspl/fspl#72 2024-03-26 10:58:40 -06:00
Compiler should use different search paths and filename extensions depending on OS

For windows:

/usr and /usr/local should be replaced with C:/ProgramData. For instance, C:/ProgramData/fspl/include and C:/ProgramData/fspl/src. Use %APPDATA%/fspl for user level…

sashakoshka pushed tag v0.4.1 to fspl/fspl 2024-03-26 10:08:29 -06:00
sashakoshka released v0.4.1 at fspl/fspl 2024-03-26 10:08:29 -06:00
sashakoshka closed issue fspl/fspl#71 2024-03-26 00:08:43 -06:00
Compiler should get rooted path before generating nickname
sashakoshka pushed to main at fspl/fspl 2024-03-26 00:08:39 -06:00
a3f63f084e fsplc and fsplmod use rooted paths to identify things
caf560f06d Update fsplc/doc.go usage
Compare 2 commits »
sashakoshka opened issue fspl/fspl#72 2024-03-25 23:56:00 -06:00
Compiler should use different search paths and filename extensions depending on OS
sashakoshka opened issue fspl/fspl#71 2024-03-25 23:55:08 -06:00
Compiler should get rooted path before generating nickname
sashakoshka closed issue fspl/fspl#40 2024-03-25 23:53:30 -06:00
Compiler should use LLVM-like output type names
sashakoshka pushed to main at fspl/fspl 2024-03-25 23:53:28 -06:00
16eca2ec86 Compiler now uses LLVM-like output filetype names
sashakoshka closed issue fspl/fspl#58 2024-03-25 23:19:10 -06:00
C-strings don't get a null at the end
sashakoshka pushed to main at fspl/fspl 2024-03-25 23:19:02 -06:00
4ba07a0861 Add compiler test for puts libc function
sashakoshka commented on issue fspl/fspl#58 2024-03-25 23:18:25 -06:00
C-strings don't get a null at the end

This does not actually appear to be happening. Adding a test anyways.

sashakoshka commented on issue fspl/fspl#53 2024-03-25 23:13:12 -06:00
Need Position() method for Expression

Remedied by e75d48ff9fdc87a2cfe1347a1dca0924d81839eb

sashakoshka closed issue fspl/fspl#53 2024-03-25 23:13:12 -06:00
Need Position() method for Expression
sashakoshka pushed to main at fspl/fspl 2024-03-25 23:12:59 -06:00
e75d48ff9f Fixed error message for types in match exprs not being unions
sashakoshka pushed tag v0.4.0 to fspl/fspl 2024-03-25 23:04:11 -06:00
sashakoshka released v0.4.0 at fspl/fspl 2024-03-25 23:04:11 -06:00
sashakoshka pushed to main at fspl/fspl 2024-03-25 23:01:09 -06:00
b8b0f624d0 Update roadmap