Commit Graph

  • 945bed6872 Update changelog and docs imaqtkatt 2024-06-28 09:54:15 -0300
  • 1785b392fe Add local def statement imaqtkatt 2024-06-27 15:23:38 -0300
  • 10610c3774
    Merge pull request #608 from eltociear/patch-2 Nicolas Abril 2024-06-26 22:54:11 +0000
  • e44f68ba8c
    chore: update list.bend Ikko Eltociear Ashimine 2024-06-27 02:57:53 +0900
  • 8440fad2a4
    Merge pull request #605 from HigherOrderCO/468-patterns-in-fun-rules-shouldnt-accept-unscoped-variables Nicolas Abril 2024-06-26 09:58:10 +0000
  • 94bff60775 Add test with unscoped pattern on definition rule imaqtkatt 2024-06-25 18:10:26 -0300
  • eb1fd23a92 Update changelog imaqtkatt 2024-06-25 17:50:13 -0300
  • 785de8c679 Allow unscoped variables on irrefutable rules imaqtkatt 2024-06-25 17:47:08 -0300
  • a0aa467b73
    Merge pull request #599 from HigherOrderCO/578-add-user-friendly-file-io-functions Nicolas Abril 2024-06-24 18:04:35 +0000
  • 644eadb4a2
    Merge pull request #603 from HigherOrderCO/470-add-fast-access-to-pred-variable-in-equational-pattern-matching-on-numbers imaqtkatt 2024-06-24 17:05:50 +0000
  • 70944db468
    Merge pull request #604 from HigherOrderCO/with-fun-undefer-docs imaqtkatt 2024-06-24 17:05:11 +0000
  • 71b87c4b2b
    Fix the monadic example using with for fun syntax Nicolas Abril 2024-06-24 18:53:18 +0200
  • 042773a837 Rename current variable imaqtkatt 2024-06-24 13:33:51 -0300
  • 9f6ba009d5 Update builtins.md with the new file utility functions Nicolas Abril 2024-06-24 18:05:10 +0200
  • c23952f443 Implement fast pred access function imaqtkatt 2024-06-24 12:45:15 -0300
  • 4b131204e4
    Merge pull request #602 from cstiago/564-add-notes-square-brackets-syntax Nicolas Abril 2024-06-24 15:10:39 +0000
  • 33ae28c088 Update builtins docs imaqtkatt 2024-06-24 11:15:28 -0300
  • c9cfd19d09
    Update link to issue 579 in changelog Nicolas Abril 2024-06-24 15:46:24 +0200
  • 8127865012 Add notes on square brackets syntax Tiago Cunha 2024-06-23 23:15:17 -0300
  • 6beb3d14fd
    Add examples parallel_sum and sequential_sum Matt Joiner 2024-06-24 10:55:50 +1000
  • ec33f9b14c Properly propagate builtin state of defs extracted from bend/fold Nicolas Abril 2024-06-21 20:17:30 +0200
  • ea56af9048 Add file IO utils Nicolas Abril 2024-06-21 20:16:10 +0200
  • d6ea0010c3
    Merge pull request #597 from HigherOrderCO/596-add-elif-terms-to-fun-syntax imaqtkatt 2024-06-21 18:04:26 +0000
  • e94991345a Add missing elifs imaqtkatt 2024-06-21 12:39:49 -0300
  • 8694b79500 Add elif chain to functional syntax imaqtkatt 2024-06-20 16:12:49 -0300
  • c4afa0f248
    Merge pull request #594 from HigherOrderCO/580-add-string-encoding-functions Nicolas Abril 2024-06-19 12:59:07 +0000
  • e0b51f1d95 Update docs and changelog imaqtkatt 2024-06-19 09:52:55 -0300
  • 4b9032ecfb Improve decode builtins imaqtkatt 2024-06-19 09:25:35 -0300
  • 05302760e4 Update docs and changelog imaqtkatt 2024-06-18 19:11:07 -0300
  • cc60c926a8 Add utf8 and ascii encoding functions imaqtkatt 2024-06-18 18:41:33 -0300
  • 78f0968281
    Merge pull request #593 from HigherOrderCO/573-implement-file-io-in-bend Nicolas Abril 2024-06-18 20:15:23 +0000
  • e57caa189e Add file IO functions Nicolas Abril 2024-06-12 17:35:30 +0200
  • 84661fd12a
    Merge pull request #592 from HigherOrderCO/581-add-friendlier-sleep-functions Nicolas Abril 2024-06-18 19:31:02 +0000
  • 12a6588128 Add builtin sleep in float seconds Nicolas Abril 2024-06-18 18:58:34 +0200
  • 0381f8a109
    Merge pull request #591 from HigherOrderCO/call-desugar-use-before-linearize-matches Nicolas Abril 2024-06-17 18:08:01 +0000
  • ec67e3f6be Add full_map test imaqtkatt 2024-06-17 12:29:51 -0300
  • 5810f93f9b Update golden_tests.rs and readd desugar_use call after linearize matches imaqtkatt 2024-06-17 12:20:08 -0300
  • 3073285e36 Call desugar_use before linearize matches imaqtkatt 2024-06-17 11:40:55 -0300
  • f26d5e85d4
    Merge pull request #590 from HigherOrderCO/582-add-native-casting-operations Nicolas Abril 2024-06-17 13:49:42 +0000
  • ba8561c3d4 Add native number cast operations Nicolas Abril 2024-06-15 20:51:11 +0200
  • f8d6d13a24 Write log and atan2 as native hvm defs Nicolas Abril 2024-06-15 19:32:21 +0200
  • 9fc8a726af Fix pruning of native hvm defs Nicolas Abril 2024-06-15 19:31:33 +0200
  • 8b5555c490
    Merge pull request #589 from HigherOrderCO/586-add-option-to-write-raw-hvm-in-bend-programs Nicolas Abril 2024-06-16 22:47:34 +0000
  • d79e542ac6
    Add link to HVM syntax Nicolas Abril 2024-06-16 22:16:56 +0200
  • be7b8d3cad Fix parsing of hvm defs Nicolas Abril 2024-06-15 18:57:36 +0200
  • d6bdde548e Add raw hvm function syntax Nicolas Abril 2024-06-15 16:07:51 +0200
  • 4d43bd9405
    Merge pull request #585 from HigherOrderCO/583-add-log-and-atan2-operations-for-floats Nicolas Abril 2024-06-13 18:13:38 +0000
  • f11af644d1 Improve log and atan2 code comments imaqtkatt 2024-06-13 13:48:34 -0300
  • f8811850a7 Update num ops test imaqtkatt 2024-06-13 10:39:07 -0300
  • bc43142649 Update docs imaqtkatt 2024-06-13 09:59:33 -0300
  • 88a3a310d6 Update changelog imaqtkatt 2024-06-13 09:11:14 -0300
  • 893c620df9 Add log and atan2 as builtin functions imaqtkatt 2024-06-13 09:06:32 -0300
  • 4db1e68f2d
    Merge pull request #584 from HigherOrderCO/add-changelog-for-past-versions imaqtkatt 2024-06-12 19:21:40 +0000
  • f1392b6979 Add missing links, add 0.2.7 and adjust cspell imaqtkatt 2024-06-12 14:18:57 -0300
  • 368a8fc2ac Add missing dates imaqtkatt 2024-06-12 13:54:07 -0300
  • addd75a6fd Update changelog imaqtkatt 2024-06-12 13:50:55 -0300
  • 9227ae4866 WIP add past versions to changelog imaqtkatt 2024-06-12 10:54:16 -0300
  • 18b9f6654a
    Merge pull request #577 from HigherOrderCO/shader-guide-example Eduardo Sandalo Porto 2024-06-10 21:37:31 +0000
  • e57a90ffc8 Change shader example in the guide Eduardo Sandalo Porto 2024-06-10 18:27:25 -0300
  • c3b1a363b9
    Update README.md (#575) Sipher 2024-06-10 16:12:27 -0300
  • ccee473ad3
    Update README.md Sipher 2024-06-10 16:07:58 -0300
  • 6153855f95
    Update README.md Sipher 2024-06-10 16:05:02 -0300
  • d6ccce5819
    Merge pull request #572 from HigherOrderCO/463-dont-allow-mixed-indentation Nicolas Abril 2024-06-10 16:48:43 +0000
  • f2d651d444
    Update CHANGELOG.md imaqtkatt 2024-06-10 12:21:31 -0300
  • 59d83acd71 Update changelog imaqtkatt 2024-06-10 12:19:05 -0300
  • a818276d95 Update changelog imaqtkatt 2024-06-10 10:10:29 -0300
  • 168892ddb7 Don't allow tabs imaqtkatt 2024-06-10 10:04:09 -0300
  • d44bb151f0
    Merge pull request #571 from HigherOrderCO/developedby-patch-1 Nicolas Abril 2024-06-10 11:22:09 +0000
  • 166421febe
    Mention the FAQ in the bug report template Nicolas Abril 2024-06-10 13:19:43 +0200
  • fca4edb080
    Merge pull request #567 from HigherOrderCO/485-improve-the-error-message-when-redefining-a-builtin-function Nicolas Abril 2024-06-07 22:11:08 +0000
  • 3a023c6928 Update builtins.rs and redefinition error messages for types and objects imaqtkatt 2024-06-07 18:57:45 -0300
  • 716588fc8c
    Merge pull request #566 from lishaduck/patch-1 Nicolas Abril 2024-06-07 21:18:51 +0000
  • 0d2d2bb01e Improve function redefinition error message imaqtkatt 2024-06-07 17:25:23 -0300
  • afaa2d728a
    chore: update changelog a tiny bit Eli 2024-06-07 14:14:53 -0500
  • 8b31fad7a3
    Merge pull request #563 from HigherOrderCO/467-readback-of-numeric-operations-and-switches-is-broken Nicolas Abril 2024-06-07 17:53:02 +0000
  • ae5e79c1be Fix readback of numeric operations Nicolas Abril 2024-06-06 21:44:04 +0200
  • 6d8769ae87
    Merge pull request #551 from lishaduck/patch-1 Nicolas Abril 2024-06-07 15:17:50 +0000
  • 32f0001755
    chore: keep a changelog format Eli 2024-06-05 16:51:36 -0500
  • cdf8a98bf2
    Merge pull request #555 from Ivniinvi/patch-1 Nicolas Abril 2024-06-07 13:50:00 +0000
  • 39a77d1025
    Merge pull request #558 from TimotejFasiang/patch-1 Nicolas Abril 2024-06-06 21:53:29 +0000
  • 0d941513f9
    Update operation table for 0.2.34 Timotej Fašiang 2024-06-06 23:47:07 +0200
  • ba12022015
    Run correct file in sum example Matt Headley 2024-06-06 16:34:04 -0400
  • d5847178df
    Merge pull request #553 from HigherOrderCO/466-print-lambdas-with-pattern-binds-as-lets Nicolas Abril 2024-06-06 15:38:36 +0000
  • be7248638d Display lambda bind patterns as lets imaqtkatt 2024-06-06 11:35:47 -0300
  • 2bb1a8a7be
    Merge pull request #552 from HigherOrderCO/fix-readme-sum-xample Nicolas Abril 2024-06-06 13:08:14 +0000
  • 6b6c59caeb
    Fix sum example in README Nicolas Abril 2024-06-06 15:05:38 +0200
  • 94678b61fe
    Merge pull request #550 from HigherOrderCO/451-add-le-and-ge-operators 0.2.34 Nicolas Abril 2024-06-05 21:38:11 +0000
  • eaa221d50a Adjust cspell imaqtkatt 2024-06-05 18:18:50 -0300
  • a02de086a7
    fix typo in index Yan Mendes 2024-06-05 18:17:46 -0300
  • 67760ee3b0 Update docs and bump version to 0.2.34 imaqtkatt 2024-06-05 18:15:56 -0300
  • 2be44a29e3 Adjust function name imaqtkatt 2024-06-05 18:08:23 -0300
  • 3a62e01d86 Implement le and ge operators imaqtkatt 2024-06-05 17:44:05 -0300
  • d04aa4642d
    enhance readability of "Click here" on README.md Yan Mendes 2024-06-05 16:24:00 -0300
  • 7805e462a4
    Merge pull request #547 from Sipher/main 0.2.33 Nicolas Abril 2024-06-05 18:59:54 +0000
  • fb2b9b45f8
    Update cspell.json Sipher 2024-06-05 15:07:17 -0300
  • 1410e8f0be
    Update cspell.json Sipher 2024-06-05 15:00:25 -0300
  • 76b24291e3
    Merge pull request #548 from HigherOrderCO/expand-main Nicolas Abril 2024-06-05 17:28:02 +0000
  • 4bb520442a Increase the version to 0.2.33 Nicolas Abril 2024-06-05 19:18:31 +0200
  • 94cada901d Expand refs in main, don't float combinators in main Nicolas Abril 2024-06-05 19:02:44 +0200
  • b9b29058ab
    Update README.md Sipher 2024-06-05 13:45:25 -0300