Historique des commits

Auteur SHA1 Message Date
  trizen 95eb696154 - Added the following Array methods: `msolve` and `inv`. il y a 6 ans
  trizen ad7857d1f3 - Redesigned the numerical ranges and the range operators. il y a 8 ans
  trizen e17af6c35d - Improved the Number.irand() method to use the Mersenne Twister algorithm and also to work correctly with arbitrary big integers. il y a 8 ans
  trizen 11ee646192 - Added the String.fc() method (and its "foldcase" alias) to foldcase the letters of a string. il y a 8 ans
  trizen 2b196b555b - The old Sidef is gone. It's time of a new age! :) il y a 8 ans
  Trizen dacf862dab ** Big-commit: added the '-t' option which treats all command-line arguments as scripts and execute them in order; (example: sidef -t *.sf) il y a 9 ans
  Daniel Șuteu 986d7bf629 Parser bug-fix: now it parses correctly the arguments for binary operators when they bind really close the self object. (example: "x"+("y","z"); # The '+' operators now gets a list of objects, intead of a single element, however it is not useful for now, but it may be in the future) il y a 10 ans