Releases: SympleLib/SympleCode
Releases · SympleLib/SympleCode
mvp
sieve
Beta Version of SympleCode made specifically for Dave Garage's Prime Sieve Drag Race: https://github.com/PlummersSoftwareLLC/Primes
How to Run
- unzip
SympleCode.zip - place
sieve.syin same directory as zip contents - run
dotnet SympleCode.dllin terminal or runSympleCode.exe - you will see an object file:
sieve.o, you can build this withclang sieve.o -o sieve.exe - and may run with
sieve.exe
!! IMPORTANT !!
This version of SympleCode will only run the file sieve.sy in the same directory as the executable, if that file is not found, the program will crash.
This is a BETA VERSION, made for the sole purpose of running sieve.sy. Release Version is still in development.