Skip to content

qengine 1.1.0.1

Compare
Choose a tag to compare
@Chemiculs Chemiculs released this 03 Jun 20:45
· 57 commits to main since this release

major update to qengine:

  • fixed bugs with architecture-dependent typenaming in some places which was not consistent.

  • fixed several bugs with the polyc algorithm which in many cases, broke it

  • new keywords to watch for if reading the source are "mut" (mutable) and "imut" (const) - just makes things easier to read and write for myself within the engine. you by no means need to use these.