Skip to content

Releases: RandomMaerks/Piege

Piègeur v0.1.5

07 Jan 15:53
f3df8e6

Choose a tag to compare

Piègeur v0.1.5

Release data: 07 January, 2026

Update note

Addition & implementation

  • Added NullValue = 0, ComplexInfinity = inf, pi = 3.1415926535897932 in tempVariable and tempValue lists
  • Added 4 custom errors: NoVariable, InvalidCommand, InvalidVariable, InvalidComparator
  • Added 24 trigonometric and hyperbolic operators, exp(), ln() operators for do[] function

Changes

  • Slightly changed do[] function to avoid potential duplicate operators during reading (e.g. arcsin( read as arcsin( and sin()

Contributors

me

Piègeur v0.1.4

05 Jan 05:33
a85d7bd

Choose a tag to compare

Piègeur v0.1.4

Release data: 04 January, 2026

Update note

Major

  • Released project to GitHub

Addition & implementation

  • none

Changes

  • Changed interpreter.py file name to piegeur.py

Contributors

me