Commit History

Author SHA1 Message Date
  trizen 95eb696154 - Added the following Array methods: `msolve` and `inv`. 6 years ago
  trizen ad7857d1f3 - Redesigned the numerical ranges and the range operators. 8 years ago
  trizen e17af6c35d - Improved the Number.irand() method to use the Mersenne Twister algorithm and also to work correctly with arbitrary big integers. 8 years ago
  trizen 11ee646192 - Added the String.fc() method (and its "foldcase" alias) to foldcase the letters of a string. 8 years ago
  trizen 2b196b555b - The old Sidef is gone. It's time of a new age! :) 8 years ago
  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) 9 years ago
  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) 10 years ago