Commit History

Author SHA1 Message Date
  trizen aabc967cc0 Version 3.70 5 years ago
  trizen d592d8c5d9 modified: lib/Sidef/Perl/Perl.pod -- documentation 5 years ago
  trizen 49366b2ade - Fixed the Sidef deparsing of subsets and structs defined inside a module and used outside. (https://github.com/trizen/sidef/issues/78) 5 years ago
  trizen 83c5fc9f04 - Added the Matrix `vector_rows` and `vector_columns` methods (also aliased as `vec_rows` and `vec_cols`). 5 years ago
  trizen f46fdbc0cb - Implemented the Vector `pow` method. 5 years ago
  Daniel Șuteu 811f45443e Merge pull request #98 from catb0t/gm2 5 years ago
  Cat Stevens 9999379cb5 Regex.global_matches: fix a bug with empty/null regexes never returning 5 years ago
  trizen 1f104741e0 - Simplified Regex.concat() and added Regex.union(). 5 years ago
  Daniel Șuteu 086f0413b0 Merge pull request #97 from catb0t/regex-add 5 years ago
  Cat Stevens 5740d218cd Regex: add the 'add' / 'concat' / '+' method 5 years ago
  Daniel Șuteu 3025658954 Merge pull request #96 from catb0t/master 5 years ago
  Cat Stevens 435a42ee3d Fix a warning in const_tests 5 years ago
  trizen bb61d240ed Use default features from perl-5.016 everywhere (includes `__SUB__` and `fc`). 5 years ago
  trizen 873db3cd96 - Added the `NamedParam` contructor to create NamedParam objects, given a name and a value. 5 years ago
  Daniel Șuteu d8af138273 Merge pull request #89 from catb0t/force-namedparam 5 years ago
  Cat Stevens 4ed066c759 Deprecate `Object.:`; add :, ¦ and ⫶ 5 years ago
  trizen 9f663c0a1a - Fixed the generated code for a constantant `const` named `v`. (which confused the Perl parser into parsing it as a version number) (fixes https://github.com/trizen/sidef/issues/95) 5 years ago
  trizen 5b08093849 - Added the Object methods `is_object` and `is_typename`. (https://github.com/trizen/sidef/issues/93) 5 years ago
  trizen 070dd43a21 - Renamed `__DEPARSING_FILE__` to `__COMPILED__` and extended to also detect `-c`. 5 years ago
  trizen 3fbdcba481 - Extended `Object.methods()` to accept default arguments and also to work correctly with class names. 5 years ago
  Daniel Șuteu 41b61952ba Merge pull request #92 from catb0t/comcon 5 years ago
  Cat Stevens c613d8a06b Parser: add __DEPARSING_FILE__ 5 years ago
  trizen 9cdcaa42ae - Support return of multiple values from the try/catch construct. (fixes https://github.com/trizen/sidef/issues/90) 5 years ago
  trizen 2947293a2b modified: Tests/regex_global_matching.sf -- two more tests 5 years ago
  trizen 4cbac7b914 Minor fix in Regex `gmatch` when position is provided. 5 years ago
  trizen 195f145675 - Added one more test in Tests/regex_pos.sf 5 years ago
  trizen b85be33213 - Don't set pos = 0 when pos >= length(str). 5 years ago
  Daniel Șuteu 8cfa6a9611 Merge pull request #88 from catb0t/gmatches 5 years ago
  Cat Stevens 6d83e30cf2 - Fix an off-by-one error in processing `pos` for Match 5 years ago
  trizen ffe6e9875b Code tidy. 5 years ago