Skip to content

Releases: SympleLib/SympleCode

mvp

27 Dec 01:47

Choose a tag to compare

correctly

sieve

25 Nov 00:08

Choose a tag to compare

Beta Version of SympleCode made specifically for Dave Garage's Prime Sieve Drag Race: https://github.com/PlummersSoftwareLLC/Primes

How to Run

  1. unzip SympleCode.zip
  2. place sieve.sy in same directory as zip contents
  3. run dotnet SympleCode.dll in terminal or run SympleCode.exe
  4. you will see an object file: sieve.o, you can build this with clang sieve.o -o sieve.exe
  5. 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.